:root {
	--main-bg-color: #fff;
	--header-bg-color: rgba(0, 0, 0, 0.03);
	--shadow-color: rgba(0,0,0,0.3);
	--box-bg-color: rgba(255,255,255, 0.35);
	--highlight-color: rgb(54, 202, 231);
	--brigth-color: rgb(112, 165, 250);
	--btn-default-bg-color: rgb(13, 61, 173);
	--btn-alternate-bg-color: #ffffff;
	--text-color-default: rgba(0,0,0,0.6);
	--text-color-light: rgba(255,255,255,1);
	--text-color-blue: rgba(23,39,77,1);
	--text-color-light-blue: rgba(46,67,121,1);
	--text-color-pink: rgba(236,76,125,1);
	--text-color-dark: rgba(0,0,0,0.8);
	--link-color: rgb(40, 98, 122);
	--link-hover: rgba(23,39,77,1);
	--bg-blue: rgba(23,39,77,1);
	--bg-white: rgba(255,255,255,1);
	--box-radius: 15px;
	--input-bg-color: rgba(0,0,0,0.04);
}
body{
	background: var(--main-bg-color);
	color: var(--text-color-default);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
}
body, html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
header{
	z-index: 999;
	font-size: 0.9rem;
	background-color: var(--main-bg-color);
	height: auto;
}
header .container {
	width: auto;
	padding: 0px 20px;
	max-width: 100%;
}
header .dfs-flex>*{
	margin: 0 0 0 10px;
}
header a>*{
	vertical-align: middle;
}
nav .logo, nav .logo img{
	display: block;
	max-height: 35px;
	width: auto;
	margin-left: 5px;
}
footer{
	display: none;
}
h1.page-title{
	display: inline-block;
	text-align: left;
	font-weight: 600;
	font-size: 2rem;
	margin: 0px 0px 15px;
}
h1, h2, h3, h4, h5{
	font-weight: 700;
	color: var(--text-color-blue);
	margin: 20px 0 5px 0;
}
.hidden{
	display: none;
}
.title, .dfs-card .title{
	color: var(--text-color-blue);
	font-weight: bold;
}
.material-icons-outlined{
	vertical-align: middle;
	max-width: 24px;
	overflow: hidden;
}
.container{
	width: auto;
	max-width: 1280px;
	margin: 0px auto;
}
section > .container:first-of-type > div:first-of-type{
	padding-top: 40px;
}
.breadcrumb{
	float: right;
	font-size: 0.8rem;
	list-style: none;
	margin: 15px 0px 0 0;
}
.breadcrumb li{
	list-style: none;
	display: inline-block;
	margin: 0 10px 0 5px;
}
.breadcrumb li:before{
	content: '\276D  ';
}
section.root{
	padding: 0px;
	margin: 0px;
	height: calc(100vh - 0px);
    overflow-y: auto;
}
.app, .login{
	overflow: hidden;
}
.hide{
	display: none;
}
.login{
	background-color: var(--main-bg-color);
	background-position: center center;
	background-size: cover;
}
.login section{
	padding: 20px 30px;
	height: calc(100vh - 80px);
}
.login .container{
	max-width: 1080px;
	height: calc(100vh - 80px);
	width: 100%;
}
.login .logo img{
	width: 120px;
	height: auto;
}
.dfs-card{
	/* box-shadow: 0px 0px 25px -13px var(--shadow-color); */
	border: 1px solid #f4f4f4;
	background-color: var(--bg-white);
	border-radius: var(--box-radius);
	margin-bottom: 20px;
	margin-top: 20px;
}
.dfs-card.bg-grey{
	background-color: rgba(0, 0, 0, 0.03);
}
.login .dfs-card{
	background-color: var(--btn-alternate-bg-color);
	float: left;
	margin: 0 auto 0 0;
	border: 0px none;
	padding: 30px 10px;
	box-shadow: 3px 3px 16px -6px var(--shadow-color);
}
.login .dfs-card form{
	min-width: 330px;
	max-width: 340px;
}
.login input{
	background-color: var(--main-bg-color);
}
.wrap-col{
	white-space: inherit;
}
.truncate{
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dfs-card h3{
	margin-top: 0px;
	color: var(--text-color-blue);
	font-weight: 500;
}
input, textarea, button, .btn{
	font-family: 'Instrument Sans', 'Gil Sans', Tahoma;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	font-weight: 300;
	letter-spacing: 1px;
	background-color: var(--input-bg-color);
}
input[type="radio"], input[type="checkbox"]{
	display: inline-block;
	width: auto;
}
input[type="file"], input[type="file"]:focus{
	background-color: transparent;
	box-shadow: none;
}
select{
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	background-color: var(--bg-white);
	padding: 7px;
}
input:focus, textarea:focus, button:focus, select:focus, .btn:focus {
	box-shadow: 0 0 16px -2px var(--shadow-color);
}
input.transparent{
	background-color: transparent;
	padding: 6px 4px;
}
input.invalid, select.invalid, textarea.invalid{
	border: 1px solid red;
}
a:not(.btn), a:not(.btn):visited{
	color: var(--link-color);
}
a:not(.btn):hover, a:not(.btn):active{
	color: var(--link-hover);
}
.form-login label{
	display: none;
}
.form-login .top-field{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.form-login .bottom-field{
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.form-login a, .form-login a:visited{
	color: var(--text-color-blue);
}
.form-login a:hover{
	color: var(--text-color-blue);
}
.form-login .form-g{
	padding: 0px 10px;
}
.btn{
	display: inline-block;
	padding: 5px 20px;
}
button, .btn{
	background-color: var(--btn-default-bg-color);
	color: var(--text-color-light);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	transition: background 400ms;
	border-radius: 5px;
	cursor: pointer;
	font-size: 0.8rem;
	vertical-align: middle;
}
.btn.btn-light{
	background-color: #ffffff;
	color: rgba(114, 209, 250, 1);
	fill: rgba(114, 209, 250, 1);
}
.btn.btn-secondary{
	background-color: #ffffff;
	color: var(--text-color-pink);
	fill: var(--text-color-pink);
	font-weight: bold;
	border: 1px solid var(--text-color-pink);
}
.btn.btn-danger{
	background-color: var(--btn-alternate-bg-color);
	color: var(--text-color-pink);
	fill: var(--text-color-pink);
	border: 1px solid var(--text-color-pink);
}
.btn.btn-social{
	font-size: 0.9rem;
	background-color: #ffffff;
	border: 1px solid #f4f4f4;
	text-transform: none;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.03);
}
.btn.btn-social span, .btn.btn-social img{
	vertical-align: middle;
}
button.btn-sm, .btn.btn-sm{
	padding: 3px;
	font-size: 1rem;
	line-height: 1rem;
}
.btn-sm>*, .btn-sm .material-icons-outlined{
	font-size: 1rem;
}
button.btn-circle, .btn.btn-circle{
	border-radius: 30px;
}
header .logo{
	margin-left: 55px;
}
.account-head{
	background-color: var(--main-bg-color);
	color: var(--text-color-blue);
	padding: 5px 10px;
	border-radius: var(--box-radius);
	margin: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.account-head a, .account-head a:active, .account-head a:visited{
	color: var(--text-color-blue);
}
.account-head span{
	vertical-align: middle;
	max-width: calc(100% - 40px);
}
.avt-img{
	float: left;
	margin: -3px 10px -3px -10px;
}
.filters-sider{
	min-width: 250px;
}
.filters-sider input{
	background-color: rgba(255,255,255,0.3);
	border: 1px solid rgba(0,0,0,0.1);
}

/** Tablas **/
table{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 0.9rem;
}
thead{
	color: var(--text-color-dark);
}
tr, th, td{
	border: 0px none;
}
table td, table th{
	padding: 7px;
}
table thead td, table thead th{
	padding: 7px;
}
thead td, thead th{
	border-bottom: 1px solid var(--highlight-color);
	white-space: nowrap;
	text-align: left;
	background-color: var(--header-bg-color);
}
tbody{
	font-weight: 300;
}
tbody tr:hover{
	background-color: var(--highlight-color);
	color: var(--text-color-blue);
}
tbody tr:hover a, tbody tr:hover a:visited{
	color: var(--text-color-light);
}
tbody th{
	white-space: nowrap;
	text-align: left;
	font-weight: 300;
}
tbody td{
	white-space: nowrap;
}
tbody th.wrap-col, tbody td.wrap-col{
	white-space: inherit;
}
tbody th.truncate, tbody td.truncate{
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb2 thead td, .tb2 thead th{
	background-color: var(--brigth-color);
	color: var(--text-color-light);
}
.tb2 tbody th{
	background-color: rgba(0,0,0,0.05);
}
.tb2 tbody tr{
	border-bottom: 1px solid var(--highlight-color);
	color: var(--text-color-dark);
}

.tb-onepage thead td{
	background-color: var(--brigth-color);
	color: var(--text-color-light);
}
.tb-onepage thead th{
	text-align: left;
	background-color: var(--bg-blue);
	color: var(--text-color-light);
}
.tb-onepage tbody tr:first-child:hover{
	background-color: transparent;
	color: var(--text-color-dark);
}
.tb-onepage tbody tr:first-child th{
	background-color: transparent;
}
.tb-onepage tbody tr:first-child h4{
	margin: 15px 0 5px 0;
	font-weight: 700;
}
.tb-onepage tbody tr:first-child h4::before{
	content: '\00BB';
	vertical-align: baseline;
	font-size: large;
	margin-right: 5px;
}
.tb-onepage tbody th{
	background-color: rgba(0,0,0,0.05);
}
.tb-onepage tbody tr{
	border-bottom: 1px solid var(--highlight-color);
	color: var(--text-color-dark);
}
.table-footer{
	font-size: 0.9rem;
}
.table-footer p{
	margin: 12px 0px;
}
/** Fin tablas **/
canvas{
	z-index: 900;
}
.dfs-tabs{
	list-style: none;
	margin: 30px 0 15px;
	padding: 0px;
	/* border: 1px solid #f4f4f4; */
	border-radius: 20px;
	display: inline-block;
	padding: 3px 5px;
	/* box-shadow: 0px 0px 15px -5px var(--shadow-color); */
	background-color: rgba(0, 0, 0, 0.05);
	font-size: 0.9rem;
    font-weight: 300;
}
.dfs-tabs li{
	display: inline-block;
	padding: 5px 15px;
	cursor: pointer;
	color: var(--text-color-blue);
}
.dfs-tabs li a, .dfs-tabs li a:visited{
	color: var(--text-color-blue);
}
.dfs-tabs .material-icons-outlined{
	font-size: 15px;
	vertical-align: sub;
}
.dfs-tabs li.active{
	background-color: rgba(0,0,0,1);
	color: var(--text-color-light);
	border-radius: 15px;
}
.dfs-tabs.tools li.active a, .dfs-tabs li.active a{
	color: var(--text-color-light);
	font-weight: 500;
}
.dfs-card .dfs-tabs{
	margin: 0px 0 15px;
}
.dfs-tabs.tools li {
	padding: 3px;
}
.dfs-tabs select, .dfs-tabs input{
	width: auto;
	border: none;
}
.dfs-tabs input{
	background-color: transparent;
	margin: 3px 10px;
	padding: 3px;
}
input[type="search"]{
	background-color: transparent;
	margin: 3px;
	padding: 3px 5px;
}
.dfs-tabs select:focus, .dfs-tabs input:focus{
	box-shadow: none;
}
.dfs-tabs.tools li a{
	background-color: #f4f4f4;
	padding: 2px 6px;
	border-radius: 15px;
	display: inline-block;
}
.dfs-tools{
	list-style: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.dfs-tools li{
	display: inline-block;
	padding: 2px;
	font-size: 0.8rem;
	cursor: pointer;
	border-radius: 15px;
	color: var(--text-color-blue);
}
.dfs-tools li .material-icons-outlined{
	font-size: 1rem;
}
.dfs-tools li.active{
	background-color: var(--brigth-color);
	color: var(--text-color-light);
	box-shadow: 0px 0px 15px -5px var(--shadow-color);
}

.dfs-tools li select{
	color: var(--text-color-dark);
}

.search-bar{
	border: 1px solid #f4f4f4;
	border-radius: 20px;
	display: inline-block;
	padding: 3px 5px;
	background-color: var(--bg-white);
	font-size: 0.9rem;
    font-weight: 300;
}
.search-bar select, .search-bar input{
	width: auto;
	border: none;
}
.search-bar input{
	background-color: transparent;
	margin: 3px 10px;
	padding: 3px;
}
.search-bar input:focus{
	box-shadow: none;
}
.preloader{
	position: fixed;
	z-index: 1999;
	width: 100%;
	height: 100%;
	background: #e1e4e6;
	text-align: center;
}
.preloader svg{
	margin: calc(50vh - 19px) auto 0px;
	vertical-align: middle;
}
section .container-fluid{
	padding: 20px;
}
.action-buttons{
	text-align: right;
}
.form-g .field label{
	display: inline-block;
	padding: 5px 0px;
	font-size: 1rem;
	font-weight: 300;
	color: var(--text-color-blue);
}
/* Modal */
div.modal{
	background-color: var(--box-bg-color);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-dialog{
	background-color: var(--bg-white);
	border-radius: var(--box-radius);
	/* box-shadow: 0 0 14px -4px var(--shadow-color); */
	min-width: 340px;
	max-width: 1024px;
	flex-basis:30%;
	flex-grow: 0;
	overflow: hidden;
}
.modal-content{
	width: 100%;
}
.modal-header{
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid var(--header-bg-color);
}
.modal-header button{
	border-radius: 22px;
    font-size: 24px;
    line-height: 14px;
    padding: 9px 8px;
    float: right;
    width: 32px;
}
.modal-header h4{
	display: inline-block;
	margin: 5px 0 0 0;
}
.modal-body{
	padding: 10px 20px 20px;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	scrollbar-width: thin;
}
.sort-actions>*{
	display: inline-block;
}
.sort-actions select{
	width: auto;
	padding: 3px;
}
.pagination{
	margin-left: 20px;
}
nav .pagination li .page-link{
	padding: 3px 9px;
	line-height: 1.1rem;
	color: var(--text-color-blue) !important;
}

.pagination li.active .page-link{
	border: 1px solid var(--btn-alternate-bg-color);
	border-radius: 5px;
}

nav .pagination li:first-child .page-link, nav .pagination li:last-child .page-link{
	background-color: var(--bg-blue);
	color: var(--text-color-light) !important;
	border-radius: 5px;
	padding: 3px 9px;
}
.tab-content .tab-pane{
	display: none;
}
.tab-content .tab-pane.active{
	display: block;
}
.tab-content .active.dfs-flex{
	display: flex;
}
.list-nolist{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list-nolist li{
	padding: 3px;
	margin: 0px;
}
.list-nolist .active{
	background-color: var(--btn-alternate-bg-color);
}
.list-nolist .active > .active{
	background-color: var(--bg-white);
	color: var(--text-color-blue);
	display: block;
}
.list-nolist .truncate{
	width: calc(33vw - 170px);
	max-width: 345px;
}
.list-options>*{
	padding: 7px 10px;

}
.list-nolist.list-products>*{
	padding: 10px 10px;
	color: var(--text-color-blue);
	font-weight: bold;
	font-size: 1.1rem;
	border: 1px solid #eaeaea;
	border-radius: 7px;
	cursor: pointer;
}
fieldset{
	border: 1px solid #eaeaea;
	border-radius: 10px;
}
.field-g{
	border-bottom: 1px solid #f4f4f4;
	padding: 10px 0px;
}
.field-g label{
	color: #333;
}
.field-g .text{
	font-weight: 300;
	font-size: 0.9rem;
}
.list-message{
	padding-top: 10px;
}
.list-message > *{
	border: 1px solid #f4f4f4;
	background-color: var(--bg-white);
	border-radius: var(--box-radius);
	margin-bottom: 10px;
	margin-top: 10px;
}
#list-movs a.dfs-clear{
	display: block;
}
.sale-list-products{
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	margin: 5px 0px;
	padding: 0px;
}
.sale-list-products li{
	border-top: 1px solid #ccc;
	list-style: none;
	margin: 0px;
	padding: 5px 0px;
}
.sale-list-products li:last-child{
	border-top: 0px none;
}
.noactive, .noactive a, .noactive a:hover{
	color: #999;
	cursor: default;
}

.stepper-h b{
	color: var(--highlight-color);
}
.stepper-h{
	margin: 15px 0 0 0;
	display: flex;
	padding: 0px;
}
.stepper-h a{
	flex-grow: 1;
	width: 25%;
	border-top: 2px solid #ccc;
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 10px 10px;
}
.stepper-h a:hover{
	background-color: #f4f4f4;
	cursor: pointer;
}
.stepper-h .material-icons-outlined{
	float: left;
	margin: -17px 0 0 -37px;
	padding: 4px;
}
.stepper-h .filled{
	border-color: var(--highlight-color);
}
.stepper-h .active{
	background-color: #ebebeb;
}
.stepper-h .middle{
	border-color: var(--btn-default-bg-color);
}
.stepper-h .filled .material-icons-outlined{
	display: none;
}
.stepper-h .complete{
	display: none;
}
.stepper-h .filled .complete{
	display: block;
}
.stepper-h .filled .material-icons-outlined{
	color: var(--highlight-color);
}
.stepper-h .middle .material-icons-outlined{
	color: var(--btn-default-bg-color);
}
.stepper-h p{
	color: var(--text-color-blue);
	font-weight: bold;
}
.stepper-h .description{
	font-size: 0.75rem;
	padding-right: 10px;
}
.highlight, .stepper-h .highlight{
	color: var(--text-color-pink);
}
.mapa{
	min-height: 200px;
	width: 100%;
	box-shadow: 0px 0px 14px -6px var(--shadow-color);
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.list-cards>a:not(:first-child){
	display: block;
}
.list-cards>*:first-child{
	text-align: right;
}

.list-cards>*.active{
	border-color: var(--highlight-color);
	box-shadow: 0px 0px 16px -4px var(--shadow-color);
}
.list-cards b{
	color: var(--text-color-blue);
}
form .highlight{
	font-weight: bold;
	font-size: 0.85rem;
	color: var(--highlight-color);
	font-style: italic;
}
.select2{
	width: 100%;
}
.select2.select2-container{
	display: block;
}
.field.dfs-flex > *{
	margin: 0px 5px 0px 0px;
}
form .messages{
	text-align: center;
	font-style: italic;
	color: var(--text-color-blue);
}
form .messages.error{
	color: var(--text-color-pink);
}
form .messages .list-nolist li{
	padding: 0px;
}
.prodSlider{
	border: 1px solid #f4f4f4;
	height: auto;
	max-height: 300px;
	max-width: 300px;
	flex-grow: 1;
}
.swiper.prodSlider {
	border-radius: 15px;
	overflow: hidden;
}
.swiper .swiper-wrapper{
	height: 100%;
}
.prodSlider.swiper-horizontal>.swiper-pagination{
	bottom: 0px;
}
.swiper .swiper-slide{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	background-position: center;
}
.swiper .no-photo{
	text-align: center;
}
.productPhoto{
	border: 1px solid #f4f4f4;
	border-radius: 15px;
	text-align: center;
	height: 140px;
    width: 140px;
	margin: 10px 0px 20px 20px;
	box-shadow: 3px 3px 18px -6px rgba(0,0,0,0.3);
	vertical-align: top;
}
.toggleview{
	user-select: none;
}
.price.discount .plist{
	text-decoration: line-through;
	color: red;
}
#attributes-container .field>*:first-child{
	width: calc(100% - 20px);
}

#attributes-container .attrval{
	--tag-bg                  : #0052BF;
	--tag-hover               : #CE0078;
	--tag-text-color          : #FFF;
	--tags-border-color       : silver;
	--tag-border-radius       : 25px;
	--tag-text-color--edit    : #111;
	--tag-remove-bg           : var(--tag-hover);
	--tag-pad                 : .3em .3em .3em .6em;
	--tag-inset-shadow-size   : 1.35em;
	--tag-remove-btn-bg--hover: black;
	--tag--max-width		  : auto;
  
	display: inline-block;
	min-width: 0;
	border: none;
	padding: 5px 0px;
}
  
#attributes-container .attrval .tagify__tag{
	margin-top: 0;
}
  
#attributes-container .attrval .tagify__tag__removeBtn{
	width: 18px;
    height: 18px;
    margin-right: 8px;
}

#attributes-container .customLook .tagify__input{
	display: none;
}
#attributes-container .tagify__tag>div{
	max-width: unset;
}