@font-face {
    font-family: 'roboto-light';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.ttf') format('truetype'),
        url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'roboto-regular';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype'),
        url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'roboto-medium';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype'),
        url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'roboto-bold';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype'),
        url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'roboto-black';
    src: url('fonts/Roboto-Black.eot');
    src: url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff'),
        url('fonts/Roboto-Black.ttf') format('truetype'),
        url('fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'roboto-bolditalic';
    src: url('fonts/Roboto-BoldItalic.eot');
    src: url('fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('fonts/Roboto-BoldItalic.woff') format('woff'),
        url('fonts/Roboto-BoldItalic.ttf') format('truetype'),
        url('fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'roboto-mediumitalic';
    src: url('fonts/Roboto-MediumItalic.eot');
    src: url('fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('fonts/Roboto-MediumItalic.woff') format('woff'),
        url('fonts/Roboto-MediumItalic.ttf') format('truetype'),
        url('fonts/Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body 
{
	font-size:16px;
}
img
{
	border:none;
    display: block;
}
p 
{
	margin:0;
}
a
{
	text-decoration:none;
}
*:focus
{
	outline:none;
}
*
{
	box-sizing: border-box;
}
li 
{
	list-style: none;	
}
b 
{
	font-weight:normal;
	font-family: roboto-bold;
}
input, textarea, button, select 
{
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="checkbox"]
{	
	width:1.3em;
	height:1.3em;  
	min-width: 1.3em;
    min-height: 1.3em;
	border: 1px solid #474747;
	box-sizing: border-box;
	border-radius: 2px;
	margin-right:10px;
	cursor:pointer;
	background-color:#fff;
}
input[type="checkbox"]:checked
{
    background-color: #D63528;
	border: 1px solid #D63528;
    background-image: url("images/check.svg");
    background-repeat: no-repeat;
    background-position: center;
	background-size: 65%;
}
.clear
{
	clear:both;
}
.container-selected
{
	width:100%;
	padding: 3em 0;
}
.row-logo
{
	width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5em;
}
.row-logo img 
{
	width:230px;
} 
.row-selected
{
    width: 100%;
}
.row-numer-selected
{
	width:100%;
	display:flex;
	justify-content:center;
}
.row-numer-selected a
{
	width: 2.5em; 
    height: 2.5em;
    background: #E7E7E7;
    margin: 0 1em;
    border-radius: 50%;
    display: flex; 
	justify-content: center;
    align-items: center;
	font:1em roboto-bold;
	color:#737373;
	position:relative;
}
.row-numer-selected a:before
{
    content: "";
	display: var(--displayOnHide,flex);
    width: 100%;
    height: 2px;
    background: #E7E7E7;
    position: absolute;
    right: -100%;
    z-index: -9;
}
.row-numer-selected a:last-child:before
{
    display:none;
}
.active 
{
	background:#D63528 !important;
	color:#fff !important;
	border:2px solid #000 !important;
}
.active:before
{
	background:#D63528 !important;
}
.row-option-selected
{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 4em;
    padding-bottom: 2em;
}
.row-option-selected span
{	
    font: 0.9em roboto-medium;
    color: #474747;
    margin-right: 0.5em;
}
.button-close
{
	width:2.2em;
	height:2.2em;
	background:url("images/button-close.svg");
	background-repeat:no-repeat;
	background-position:center;
    background-size: contain;
	position:fixed;
	right:3em;
	top:2em;
}
.container-step-1 , .container-step-2 , .container-step-3 , .container-step-4
{
	width: 100%;
    padding: 3.5em 0;
}
.title
{	
    font: 1.5625em roboto-regular;
	letter-spacing: -0.3px;
    color: #1F1A17;
	text-align:center;
}

.row-step-1
{ 
	padding: 3em 0;
	display: flex;
    justify-content: center;
    flex-flow: row wrap;
	width:60em;
	margin:0 auto;
}
.row-step-1 .column
{
    width: 22%;
    margin: 1% 1%;
}
.row-step-1 .column span 
{
    font: 1em roboto-bold;
    color: #141414;
	text-align:center;
	display:block;
	padding:1em 0;
}
.row-step-1 .row-image
{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13em;
    border-radius: 0.5em;
    box-shadow: 0px 3px 5px #cccccc;
	overflow: hidden;
}
.row-step-1 .row-image img
{ 
    width:auto;
    height:auto;
	max-width:100%;
	max-height:100%;
}
.none 
{
	display:none !important;
}
.row-step-2
{ 
	padding: 3em 0;
	display: flex;
    justify-content: center;
    flex-flow: row wrap;
	width:60em;
	margin:0 auto;
}
.row-step-2 .column
{
    width: 20%;
    margin: 1% 1%;
}
.row-step-2 .column span 
{
    font: 1em roboto-bold;
    color: #141414;
    text-align: center;
    display: block;
    padding: 1em 0;
}
.row-step-2 .row-image
{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13em;
    border-radius: 0.5em;
    box-shadow: 0px 3px 5px #cccccc;
    overflow: hidden;
}
.row-step-2 .row-image img
{ 
    width:100%;
    height:100%;
	max-width:100%;
	max-height:100%;
}


.row-step-3
{ 
	padding: 3em 0;
	display: flex;
    justify-content: center;
    flex-flow: row wrap;
	width:80em;
	margin:0 auto;
}
.row-step-3 .column
{
    width: 16%;
    margin: 1% 1%;
}
.row-step-3 .column span 
{
    font: 1em roboto-bold;
    color: #141414;
    text-align: center;
    display: block;
    padding-top: 1em; 
	padding-bottom: 1.5em;
}
.row-step-3 .row-image
{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13em;
    border-radius: 0.5em;
    box-shadow: 0px 3px 5px #cccccc;
    overflow: hidden;
}
.row-step-3 .row-image img
{ 
    width:auto;
    height:auto;
	max-width:100%;
	max-height:100%;
}


.ccc span
{ 
    background: url("images/icon3C.svg");
	background-repeat:no-repeat;
	background-position:center bottom;
} 
.cc span
{ 
    background: url("images/icon2C.svg");
	background-repeat:no-repeat;
	background-position:center bottom;
} 
.c span
{ 
    background: url("images/icon1C.svg");
	background-repeat:no-repeat;
	background-position:center bottom;
} 
.allc span
{ 
    background: url("images/iconallC.svg");
	background-repeat:no-repeat;
	background-position:center bottom;
} 




.row-step-4
{ 
	padding: 3em 0;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: 80em;
    margin: 0 auto; 
	height: 525px;
    overflow: auto;
}
.row-step-4::-webkit-scrollbar {
    -webkit-appearance: none;
}
.row-step-4::-webkit-scrollbar:vertical {
    width:6px;
	height:100%;
	border: 2px solid #DFDFDF; 
	border-radius: 6px;  
}
.row-step-4::-webkit-scrollbar-button:increment, .row-step-4::-webkit-scrollbar-button {
    display: none;
} 
.row-step-4::-webkit-scrollbar:horizontal {
    height: 10px;
}
.row-step-4::-webkit-scrollbar-thumb {
    background-color:#DFDFDF;
}
.row-step-4::-webkit-scrollbar-track {
    border-radius: 0px;  
	border-radius: 6px;  
}





.row-step-4 .column
{
    width: 16%;
    margin: 1% 1%;
}
.row-step-4 .row-image
{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13em;
    border-radius: 0.5em;
    box-shadow: 0px 3px 5px #cccccc;
    overflow: hidden;
}
.row-step-4 .row-image img
{ 
    width:auto;
    height:auto;
	max-width:100%;
	max-height:100%;
}
.row-step-4 .column span 
{
    font: 1em roboto-bold;
    color: #141414;
    text-align: center;
    display: block;
    padding: 1em 0;
}
#container-result
{
    width: 100%;
    /* padding-top: 5em; */
    /* padding-bottom: 8em; */
    min-height: 100vh;
}
.row-up
{
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100vh;
}
.column-left 
{
    width: 60%;
    margin-left: -5%;
    position: relative;
}
.column-right
{
	width:33%;
	position:relative; 
	padding-top: 5em;
}
.row-select-result
{
	width:100%;   
	margin-bottom: 1.2em;
}
.row-select-result span 
{
    font: 0.9em roboto-medium;
    color: #474747;
    margin-right: 0.5em;
}
.row-name
{
    font: 1.25em roboto-bold;
    color: #1F1A17;
	width:100%;
}
.row-code
{
    font: 1.1em roboto-medium;
    color: #1F1A17;
	width:100%;
}
.row-config
{
	width: 100%;
    margin-top: 0.8em;
}
.row-config ul
{
	display:flex;
}
.row-config ul li
{
    margin-right: 3%;
    width: 30%;
    background: #F8F8F8;
    padding: 0.8em 0;
    border-radius: 5px;
}
.row-config ul li a
{
    padding: 0.2em 0.5em;
	position:relative;
	color:#1F1A17;
	font: 0.95em roboto-medium;
    display: flex;
	flex-flow:column;
    align-items: center;  
	justify-content: center;
}
.row-config ul li a div
{
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-config ul li a div img
{
    width: auto;
    height: 17px;
}
.active-config
{
	background:#D63528 !important;
	color:#fff !important;
}




.row-characteristics
{
	width:100%;
	box-shadow: 0px 0px 10px #46464630;
}
.row-option-characteristics
{
    width: 100%;
    position: relative;
    padding: 1em 0;
    height: 325px;
    overflow: auto;
    box-sizing: content-box;
}

.row-option-characteristics::-webkit-scrollbar {
    -webkit-appearance: none;
}
.row-option-characteristics::-webkit-scrollbar:vertical {
    width:6px;
	height:100%;
	border: 2px solid #DFDFDF; 
	border-radius: 6px;  
}
.row-option-characteristics::-webkit-scrollbar-button:increment, .row-option-characteristics::-webkit-scrollbar-button {
    display: none;
} 
.row-option-characteristics::-webkit-scrollbar:horizontal {
    height: 10px;
}
.row-option-characteristics::-webkit-scrollbar-thumb {
    background-color:#DFDFDF;
}
.row-option-characteristics::-webkit-scrollbar-track {
    border-radius: 0px;  
	border-radius: 6px;  
}





.row-option-characteristics ul 
{
    width: 100%;
    display: flex;
	flex-flow:column;
}
.row-option-characteristics ul li 
{
    width: 100%;
    position: relative;
    border-bottom: 1px solid #cfcfcf;
    padding: 1em 0;
}
.row-option-characteristics ul li:last-child 
{
    border:none;
}
.content-relative
{
	position:relative;
}
.row-option-characteristics ul li a 
{
    background: none;
    display: block;
    padding: 0;
	padding-left:20px;
    position: relative;
    color: #1F1A17;
    font: 1em roboto-bold;
}
.row-option-characteristics ul li a div 
{
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    margin-bottom: 5px;
    display: none;
    /*align-items: center;
    justify-content: center;*/
}
.row-option-characteristics ul li a img 
{
    display: block;
    margin-bottom: 3px;
}
.active-tab-config
{
	background:#F9E1DF !important;
}
.active-tab-config a div
{
	background:#D63528 !important;
}
.active-tab-config a div img
{
	filter: brightness(0) invert(1) !important;
}

.list-option 
{
	padding: 7px 20px;
    width: auto;
    background: #fff;
    color: #1F1A17;
    font: 0.85em roboto-medium;
    z-index: 999;
}
.list-option label 
{
	display: flex;
    margin: 0 5px 15px 5px;
    width: 55px;
    float: left;
    height: 55px;
    position: relative;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 5px;
    text-align: center;
}
.list-option label input[type="checkbox"] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    margin-right: 0px;	
	z-index:3;
}
.list-option label img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
	position:absolute;
	z-index:2;
}
.list-option label span {
    position: absolute;
    bottom: -35px;
    height: 30px;
}
.row-option-characteristics ul li:nth-child(5) .list-option label img 
{
	width:60px;
}
.active-mobile {
    background: #D63528 !important;
    border: 3px solid #000;
}
.am2 {
    background: #D63528 !important;
    border: 3px solid #000;
}
.active-option2 
{
    border: 2px solid #D63528 !important;
}
.row-characteristics .active-option img {
	filter: brightness(0) invert(1) !important;
}
.row-characteristics  .active-option 
{
    background: #D63528 !important;
}
.row-active-characteristics
{
	width:100%;
}
.row-active-characteristics ul
{
	width:100%;
	display:flex;
}
.row-active-characteristics ul li
{
	width:20%;  
	padding: 0.5em 0.5em;
    position: relative;
    color: #1F1A17;
    padding-right: 1em;
    font: 0.9em roboto-bold;
    display: block;
}

.row-textures 
{
	width:100%;
	padding:1em 0;
}
.row-textures ul 
{
	display:flex;
	flex-flow:row wrap;
}
.row-textures ul li
{
    width: 17%;
    margin-right: 3%;
    margin-bottom: 2%;

}
.row-textures ul li:nth-child(5n)
{
    margin-right: 0;
}
.row-textures ul li img
{
	width:100%;
	height:100%;
}


.row-attributes
{
	width:auto;
}
.title-attributes
{
	width:auto;
	display:flex;
}
.title-attributes a 
{
    padding: 0.3em 0.5em;
    position: relative;
    color: #1F1A17;
    padding-right: 3em;
    font: 0.9em roboto-bold;
    display: block;
    background: #F2F6F8;
}
.content-attributes
{
	width: auto;
    padding:1% 5%;
    color: #1F1A17;
    font: 0.9em roboto-bold;
}
.colmun-attributes
{
    width: auto;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding:10px 0;
}
.image-attributes
{
    width: 35%;
    min-width: 35%;
}
.image-attributes img
{
	width:100%;
	height:auto;
}
.icons-attributes
{
    padding: 0 3%;
    width: 65%;
}
.icons-attributes ul
{
    display: flex;
    flex-flow: row wrap;
}
.icons-attributes ul li
{
	display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0.3em 3%;
    width: 19%;
}
.icons-attributes ul li:nth-child(4n)
{
    margin-right:0%;
	margin-left:3%;
}
.icons-attributes ul li img
{
    width: 100%;
    height: auto;
    max-width: 40px;
    min-width: 40px;
}
.icons-attributes ul li span
{
	font: 0.7em/1.2em roboto-bolditalic;
    text-align: center;
    padding: 0.5em 0;
}

.active-tabs 
{
    background: #D63528 !important;
    color: #fff !important;
}
.wrapper
{
	width:100%;	
    margin-top: 120px; 
	position: relative;
    height: 25vw;
}
.row-image-result 
{
	width:100%;
	display:none;
    height: 23vw;
}
.row-image-result div
{
	width:100%;
    height: 23vw;
}
.row-image-result div canvas
{
	/*margin-top:50%;*/
	width:100% !important;
	height:auto !important;
}
.row-image-result img
{
	width:100%;
	height:auto;
}
.row-button-result
{
    width: 100%;
    padding: 1em 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.button-3D
{
	font: 0.9em/1.2em roboto-medium;
    border-radius: 50px;
    color: #fff;
    padding: 0.5em 0;
    position: absolute;
    top: 5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    width: 13em;
    padding-left: 6em;
    padding-right: 2em;
    background: #d63528;
}
.button-3D:hover
{
    background:#1F1A17;
}
.button-3D i
{
    width: 3.7em;
    height: 6.5em;
    background: url("images/iconButtonAR.svg");
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
    position: absolute;
    left: 1em;
    top: -1.5em;
}
.button-3D:hover i
{
    background: url("images/iconButtonAR-active.svg");
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}
.text 
{
    font: 1em roboto-medium;
    color: #1F1A17;
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
}
.row-button-floating
{
	position:fixed;
	top:20%;
	left:0;  
	z-index: 9999;
}
.row-button-floating a
{
	width: 70px;
    background: #D63528;
    display: flex;
    color: #fff;
    text-align: center;
    align-items: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.2s ease-in-out;
    position: relative;
    height: 3.125em;
	margin:10px 0;	 
}
.row-button-floating a span
{
	font: 0.95em/1.1em roboto-regular;
    color: #fff;
    width: 0px;    
	transition: all 0.2s ease-in-out; 
	overflow: hidden;
}

.row-button-floating a:hover span
{
    display: block; 
	width: 80px;
}
.row-button-floating a:hover 
{
    width:155px;
}

.activeButton-floating span
{
    display: block !important; 
	width: 80px  !important; 
}
.activeButton-floating
{
    width:155px  !important; 
}
.row-button-floating a img 
{
	position: absolute;
    right:10px;
    transition: all 0.2s ease-in-out;
    width: 3.125em;
    height: 3.125em;
}
.row-button-measures 
{
    z-index: 99;
    position: absolute;
    left: 0;
    bottom: -25px;
}
.row-button-measures a
{
    width: 4em;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
	font: 1em roboto-medium;
    color: #1f1f1f;	
}
.row-button-measures a div
{
	width: 3.7em;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font: 1em roboto-medium;
    color: #1f1f1f;
    border: 3px solid #1f1f1f;
    height: 3.7em;
    border-radius: 50%;
    margin-bottom: 5px;
}
.active-button-measures img
{
    filter: brightness(0) invert(1) !important;
}
.active-button-measures
{
    background: #1f1f1f !important;
}
.row-button-zoom
{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0em;
	position:relative;
}
.column-range-zoom
{
	display:flex;
	justify-content:center;
}
.row-button-zoom input[type=range] 
{
  -webkit-appearance: none;
  margin: 0 0;
  width: 100%;
}
.row-button-zoom input[type=range]:focus 
{
  outline: none;
}
.row-button-zoom input[type=range]::-webkit-slider-runnable-track 
{
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #F8F8F8;
  border-radius: 20px;
  border: none;
}
.row-button-zoom input[type=range]::-webkit-slider-thumb 
{
  box-shadow:0 0 0 0;
  border: none;
  height: 21px;
  width: 4px;
  border-radius: 0;
  background: #474747;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
.row-button-zoom input[type=range]:focus::-webkit-slider-runnable-track 
{
  background: #F8F8F8;
}
.row-button-zoom input[type=range]::-moz-range-track {
  box-shadow:0 0 0 0;
  border: none;
  height: 21px;
  width: 4px;
  border-radius: 0;
  background: #474747;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
.row-button-zoom input[type=range]::-moz-range-thumb {
  box-shadow:0 0 0 0;
  border: none;
  height: 21px;
  width: 4px;
  border-radius: 0;
  background: #474747;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
.row-button-zoom input[type=range]::-ms-track {
  box-shadow:0 0 0 0;
  border: none;
  height: 21px;
  width: 4px;
  border-radius: 0;
  background: #474747;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
.row-button-zoom input[type=range]::-ms-fill-lower {
  box-shadow:0 0 0 0;
  border: none;
  height: 21px;
  width: 4px;
  border-radius: 0;
  background: #474747;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.row-button-zoom input[type=range]::-ms-fill-upper {
  box-shadow:0 0 0 0;
  border: none;
  height: 21px;
  width: 4px;
  border-radius: 0;
  background: #474747;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
.row-button-zoom input[type=range]::-ms-thumb {
  box-shadow:0 0 0 0;
  border: none;
  height: 21px;
  width: 4px;
  border-radius: 0;
  background: #474747;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
.row-button-zoom input[type=range]:focus::-ms-fill-lower {
  background: #F8F8F8;
}
.row-button-zoom input[type=range]:focus::-ms-fill-upper {
  background: #F8F8F8;
}
.column-icon-zoom
{
	margin-right:15px;
}
.column-range-zoom button
{
	font: 1.25em roboto-bold;
    color: #474747;
	border:none;
	background:none;
	margin:0 5px;
	cursor:pointer;
}
.row-range-price
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column-range-price
{
	width:35%;
	display:flex;
	flex-flow:column wrap;  
    visibility: hidden;
}
.text-range-price
{
	font: 1em roboto-medium;
    color: #1F1A17;	
	display:block;
	padding-bottom:10px;
}

.column-range-cart-price
{
	display: flex;
    align-items: center;
    justify-content: space-between;
	background:#F2F6F8;
	margin-left:5%;
	position: relative;
}
.price-range 
{
    color: #474747;
    font: 2.2em roboto-bold;
    padding: 0 10px;
    position: relative;
    display: flex;
    flex-flow: column;
}
/*
.price-range:before
{
    content: "Ahora:";
    font: 0.5em/0.5em roboto-regular;
    color: #474747;
    padding-top: 5px;
}*/
.previous-price
{
    font: 1.2em roboto-regular;
    position: absolute;
    top: -24px;
    color: #d63528;
    padding-left: 10px;
}


.button-price-cart
{
    width: 115px;
    background: #8b8b8b;
    display: flex;
    color: #fff;
    text-align: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    flex-flow: column;
    padding: 1em 0;
	cursor: not-allowed;
    font: 0.75em/1.1em roboto-medium;
}
.button-price-cart img
{
    margin-bottom:5px;
}

.select-mueble
{
    z-index: 9999;
    display: none;
}
.layer-select-mueble
{
    width: 100%;
    height: 100%;
    background: rgb(66 66 66 / 83%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-select-mueble
{
    width: 70%;
    background: #fff;
    position: absolute;
    border-radius:5px;   
	padding-bottom: 1em;
}
.row-select-mueble h3
{
    display: block;
    font: 1.25em roboto-bold;
    color: #1F1A17;
    width: 100%;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.row-flex-mueble
{
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: 90%;
    margin: 0 auto;
}
.column-select-mueble
{
    width: 40%;
    margin: 1% 3%;
}
.column-select-mueble span 
{
    font: 1em roboto-bold;
    color: #141414;
    text-align: center;
    display: block;
    padding-top: 1em; 
	padding-bottom: 1.5em;
}
.column-select-mueble .row-image
{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 11em;
    border-radius: 0.5em;
    box-shadow: 0px 3px 5px #cccccc;
    overflow: hidden;	
	border:3px solid #fff;
}
.column-select-mueble .row-image img
{ 
    width:auto;
    height:auto;
	max-width:100%;
	max-height:100%;
}
.column-select-mueble:hover a .row-image
{
	border:3px solid #D63528;
}

.tabs-config
{
	display:none;
}

.select-atributtes
{
    z-index: 9999;
    display: none;
}
.layer-select-atributtes
{
    width: 100%;
    height: 100%;
    background: rgb(66 66 66 / 83%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-select-atributtes
{
    width: 100%;
    background: #fff;
    padding: 1em 0;
    box-shadow: 0px 0px 10px #46464630;
    border-radius: 10px;
    height: 325px;
    overflow: auto;
    box-sizing: content-box;
}


.row-select-atributtes::-webkit-scrollbar {
    -webkit-appearance: none;
}
.row-select-atributtes::-webkit-scrollbar:vertical {
    width:6px;
	height:100%;
	border: 2px solid #DFDFDF; 
	border-radius: 6px;  
}
.row-select-atributtes::-webkit-scrollbar-button:increment, .row-select-atributtes::-webkit-scrollbar-button {
    display: none;
} 
.row-select-atributtes::-webkit-scrollbar:horizontal {
    height: 10px;
}
.row-select-atributtes::-webkit-scrollbar-thumb {
    background-color:#DFDFDF;
}
.row-select-atributtes::-webkit-scrollbar-track {
    border-radius: 0px;  
	border-radius: 6px;  
}




.row-color-filter::-webkit-scrollbar {
    -webkit-appearance: none;
}
.row-color-filter::-webkit-scrollbar:vertical {
    width:6px;
	height:100%;
	border: 2px solid #DFDFDF; 
	border-radius: 6px;  
}
.row-color-filter::-webkit-scrollbar-button:increment, .row-color-filter::-webkit-scrollbar-button {
    display: none;
} 
.row-color-filter::-webkit-scrollbar:horizontal {
    height: 10px;
}
.row-color-filter::-webkit-scrollbar-thumb {
    background-color:#DFDFDF;
}
.row-color-filter::-webkit-scrollbar-track {
    border-radius: 0px;  
	border-radius: 6px;  
}



.row-down
{
    width: 47.5%;
    position: fixed;
    z-index: 9999;
    background: #fff;
    bottom: 0;
    left: 6.5%;
}
.row-center
{
    width: 85%;   
	height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.colum-left-down
{
    width: 15%;	
    display: none;
	position:relative;
}
.colum-left-down span 
{
	font: 0.9em roboto-medium;
    color: #fff;
}
.colum-right-down
{
	width:100%; 
	border-top: 2px solid #d63528;
}
.colum-right-down ul li 
{
	padding: 1em 1.5em;
	display:none;
}



.button-attributes
{
    top: 20%;
    right: 0;
    width: 70px;
    background: #D63528;
    display: none;
    color: #fff;
    text-align: center;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 30px;
    padding-right: 10px;
    transition: all 0.2s ease-in-out;
    position: absolute;
    height: 3.125em;
    margin: 10px 0;
    z-index: 9999;
}
.button-attributes span
{
	font: 0.95em/1.1em roboto-regular;
    color: #fff;
    width: 0px;    
	transition: all 0.2s ease-in-out; 
	overflow: hidden;
}
.button-attributes:hover span
{
    display: block; 
	width: 80px;
}
.button-attributes:hover 
{
    width:120px;
}
.button-attributes img 
{
	position: absolute;
    left: 10px;
    transition: all 0.2s ease-in-out;
    width: 2em;
    height:2em;
}









.column-title-add-to-cart
{
    width: 40%;
}
.row-title
{
    width: 100%;
    display: flex;
}
.row-title div:first-child
{
   margin-right:0.8em;
}
.row-title div:first-child > img 
{
	width:auto;
	height:31px;
}
.row-title div span 
{
   display:block;
   color:#474747;
   margin-bottom: -1px;
}
.row-title span
{
	font:0.9em roboto-bold;
	color:#474747;
}
.row-title strong
{
	font:1em roboto-bold;	
	color:#474747;
}
.column-title-add-to-cart p
{
	font:0.8em roboto-regular;	
	color:#474747;  
	padding-top: 2px;
}
.row-add-to-cart
{	
	width: 55%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price
{
	color:#474747;	
	font:1.3em roboto-bold;
}
.button-cart
{
	width: 75px;
    background: #8b8b8b;
    display: flex;
    color: #fff;
    text-align: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 6px 0;
    flex-flow: column;
    padding: 0.5em 0;
	cursor: not-allowed;
    font: 0.75em/1.1em roboto-medium;
}
.button-cart img
{
    margin-right: 0.5em;
    margin-top: 0.5em;
    margin-left: 0.5em;
	margin-bottom:0.2em;
}
.colmun-text-amount
{
    width: 10%;
    display: flex;
}
.colmun-text-amount div img
{
	margin-right:0.5em;
}
.colmun-text-amount div strong
{
    font: 0.9em roboto-bold;	
	color:#474747;
}
.colmun-text-amount div p
{
    font: 0.65em roboto-medium;	
	color:#474747;	
}
.column-amount
{
	width: 90%;
    display: flex;
    justify-content: space-between;
}
.row-input
{
	width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.row-input div
{
    width:48%;  
	position: relative;
}
.row-input div input
{
    border: 2px solid #474747;
    border-radius: 4px;
    width: 100%;
    height: 35px;
    color: #474747;
    text-align: center;  
	padding-top: 6px;
}
.row-input div label 
{    
    font: 0.8em roboto-bold;
    color: #474747;
    background: #fff;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    padding: 0.2em 0.5em;
}
.column-input-amount input 
{
    font: 1.2em roboto-bold;	
}
.column-input-price input 
{
    font: 1.2em roboto-bold;	
}

.row-title-tab
{
	width:100%;
}
.row-title-tab ul
{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.row-title-tab ul li
{
	width:49%;
}
.row-title-tab ul li a
{
	position: relative;
    background: #ffff;
    color: #1F1A17;
    width: 100%;
    display: block;
    padding: 0.7em 1em;
    font: 1em roboto-bold;
    box-shadow: -1px -5px 4px #46464630;
}
.row-title-tab ul li a img 
{
    position: absolute;
    right: 1em;
    width: 1.2em;
    top: 1em;
	transform: rotate(180deg);
}
.content-tab-cart .flexbox 
{
	display:flex;
	justify-content:space-between;   
	align-items:center;
	width: 100%;
}
.active-tab-cart
{
	background:#D63528 !important;
	color:#fff !important;
}
.active-tab-cart img
{
    filter: brightness(0) invert(1) !important;	
	transform: rotate(0) !important;
}

#id_tabs02 .row-add-to-cart 
{
    width: 35%;
}
#id_tabs02 .row-input 
{
    width: 70%;
}
#id_tabs02  .row-input div 
{
    width: 90%;
}
#id_tabs02 .column-title-add-to-cart
{
	width:50%;
}
.row-popup
{
	width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-popup {
    width: 370px;
    background: #fff;
    position: absolute;
    z-index: 6;
    box-shadow: 0px 7px 64px rgb(0 0 0 / 7%);
    padding: 25px;
	border-radius:10px;  
	display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.close-popup {
    width: 0.875em;
    height: 0.875em;
    background: url("images/close-popup.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 1em;
    top: 1em;
}
.text-popup-up
{
	font: 0.9em/1.4em roboto-medium;
    color: #1F1A17;
    display: block;
    padding: 1em 0;
    text-align: justify;
}
.text-popup-down
{
	font: 0.9em/1.4em roboto-medium;
    color: #1F1A17;
    display: block;
    padding: 1em 0;  
	text-align: justify;
}
.row-QR
{
	width:100%;
	display:flex;
	justify-content:center;
	padding-bottom:1em;
}
.popup-AR
{
	display:none;
	position:relative;
	z-index:99999;
}
.popup-cart
{
	display:none;
	position:relative;
	z-index:9999;
}
.row-cart-popup
{
	width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-cart-popup {
    width: 324px;
    background: #fff;
    position: absolute;
    z-index: 6;
    box-shadow: 0px 7px 64px rgb(0 0 0 / 7%);
    padding: 25px;
	border-radius:10px;  
	display: flex;
    flex-flow: column;
    align-items: center;
}
.title-cart-popup
{
    font: 1.2em roboto-bold;
    color: #1F1A17;
    display: block;
    text-align: center;
	padding:0.5em 0;
}
.button-cart-popup a 
{
    font: 1em roboto-bold;
    border: 2px solid #D63528;
    border-radius: 50px;
    color: #fff;
    padding: 0.3em 1em;
    width: 90%;
    text-align: center;
    margin-top: 0.7em;
	background:#D63528;
}
.button-cancel-popup-cart
{
    border: 2px solid #1F1A17 !important;
    color: #1F1A17 !important; 
	background:#fff !important;
}
.button-cart-popup
{
	display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
}
.content-characteristics-textures
{
	width:100%;
}
.row-mobile
{
	display:none;
}
.button-up-row
{
	display:none;
	cursor:pointer;
}


.colum-right-down ul li:nth-child(3) .row-title
{
	opacity:0.3;
}
.colum-right-down ul li:nth-child(3) .button-cart
{
	background:#C7C7C7;
	cursor:none;
}

.load-initial
{
	position:relative;
	z-index:99999;
	display:block;
}
.layer-load-initial
{
	width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;	
}
.row-load-initial
{
    width: 230px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.row-load-initial span 
{
    font: 1em roboto-bold;
    letter-spacing: -0.2px;
    color: #fff;
    text-align: center;
    display: block;
	padding-top:15px;
	opacity:0;
}
.row-load-initial i 
{
    font-style:normal;
}
.bar-load-initial
{
    width: 90%;
    height:7px;
    background: #fff;
    border-radius: 2px;
    margin-top: 10px;
	position:relative;
	opacity:0;
}
.bar-progress-initial
{
    width: 10%;
    height:100%;
    background: #D63528;
    left:0;
    top:0; 
}

@keyframes load {
    from { transform: none; }
    50% { transform: scale(0.6);opacity:0.4; }
    to { transform: none; }
}

.load-image 
{
	animation: load 1s infinite;
}
.load-gif-image 
{
	height:100vh;
}

/*
@keyframes load-qr {
    from { transform: none; }
    50% { transform: scale(0.6); }
    to { transform: none; }
}*/
.load-image-qr 
{
	animation: load-qr 1s infinite;
	opacity:0.4;
	width:120%;
}
.load-qr
{
    /*position: absolute;*/
    z-index: 999;
    display: block;
    margin: 0 auto;
}
.row-load-qr
{
    width: 250px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.row-load-qr span 
{
	font: 0.9em roboto-bold;
    letter-spacing: -0.2px;
    color: #000;
    text-align: center;
    display: flex;
    padding-top: 15px;
    flex-flow: row wrap;
    white-space: pre-wrap;
}
.row-load-qr i 
{
    font-style:normal;
}
.bar-load-qr
{
    width: 90%;
    height:5px;
    background: #EEEEEE;
    border-radius: 2px;
    margin-top: 10px;
	position:relative;
}
.bar-progress-qr
{
    width: 10%;
    height:100%;
    background: #D63528;
    left:0;
    top:0; 
}
.content-qr
{
	display:none;
}
.load-3d
{
    z-index: 99;
    display: block;
    width: 100%;
    position: absolute;
    top: 25%;
}
.row-load-3d
{
	width: 200px;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 auto;
}
.row-load-3d span 
{
    font: 0.9em roboto-bold;
    letter-spacing: -0.2px;
    color: #000;
    text-align: center;
    display: block;
	padding-top:15px;
}
.row-load-3d i 
{
    font-style:normal;
}
.button-home 
{
    background: url("images/icon-arrow.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.8em;
    position: fixed;
    left: 2em;
    top: 2em;
    font: 1em roboto-medium;
    color: #1F1A17;
    padding-left: 1.4em;  
	z-index: 9999;
}
.not-available
{
    position: absolute;
    top: 50%;
    height: 3em;
    left: 33%;
}
.row-not-available
{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    /*background: rgb(255 255 255 / 70%);*/
    height: 100%;
    justify-content: center;
}
.row-not-available span 
{
    font: 3.5em roboto-bold;
    letter-spacing: -0.2px;
    color: #565656;
    text-align: center;
    display: block;
}
.product-not-available .button-cart
{
    background: #C7C7C7 !important;
    cursor: none;
}
.product-not-available .row-down 
{
    background: linear-gradient(to left , #ffffff 82% ,#C7C7C7 0 ) !important;
	pointer-events:none !important;
}
.product-not-available .colum-left-down 
{
    background: url("images/trazo-not-available.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}
.product-not-available .not-available
{
    display:block !important;
}

.row-textures > div 
{
	height:325px;
	overflow:auto; 
	padding-right: 5px;
}



.row-textures ::-webkit-scrollbar {
    -webkit-appearance: none;
}
.row-textures ::-webkit-scrollbar:vertical {
    width:6px;
	height:100%;
	border: 2px solid #DFDFDF; 
	border-radius: 6px;  
}
.row-textures ::-webkit-scrollbar-button:increment, .row-textures::-webkit-scrollbar-button {
    display: none;
} 
.row-textures ::-webkit-scrollbar:horizontal {
    height: 10px;
}
.row-textures ::-webkit-scrollbar-thumb {
    background-color:#DFDFDF;
}
.row-textures ::-webkit-scrollbar-track {
    border-radius: 0px;  
	border-radius: 6px;  
}
.column-checkbox
{
	width:100%;
	margin-top:1.5em;
}
.column-checkbox ul
{
	display:flex;
}
.column-checkbox ul li
{
    font: 0.95em roboto-medium;
    margin-right: 0.7em;
    color: #1F1A17;
    display: flex;
    align-items: center;
}
.row-search 
{
    display: flex;
    padding: 1.5em 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
 }
.row-search h4 
{
	font: 0.95em roboto-medium;
    color: #1F1A17;
    display: block;
    width: 35%;
}
.wrapper-search
{   
	width: 65%;
	position: relative;
}
.wrapper-search input
{
	width: 100%;
    border: 2px solid #474747;
    box-sizing: border-box;
    border-radius: 30px;
    height: 2.7em;
    font: 0.8em roboto-mediumitalic;
    padding-left: 5%;
    padding-right: 20%;
	cursor:pointer;
}
.arrow-icons
{
    width: 3em;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; 
	background: url("images/select.svg");
    background-repeat: no-repeat;
    background-position: center;	
	cursor:pointer;
}
.result-search
{
    width: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9999;
    padding: 2em 1em;
    box-shadow: 0px 5px 20px #00000024;
    display: none;
    bottom: 3em;
}
.list-result-search ul li a
{
    font: 1em roboto-medium;
    color: #1F1A17;
    padding: 0.5em 0;
    display: block;
}
.list-result-search ul li a:hover
{
    color: #D63528;
}
.list-result-search
{
	height:300px;
	overflow:auto;
}

.result-search ::-webkit-scrollbar {
    -webkit-appearance: none;
}
.result-search ::-webkit-scrollbar:vertical {
    width:6px;
	height:100%;
	border: 2px solid #DFDFDF; 
	border-radius: 6px;  
}
.result-search ::-webkit-scrollbar-button:increment, .row-textures::-webkit-scrollbar-button {
    display: none;
} 
.result-search ::-webkit-scrollbar:horizontal {
    height: 10px;
}
.result-search ::-webkit-scrollbar-thumb {
    background-color:#DFDFDF;
}
.result-search ::-webkit-scrollbar-track {
    border-radius: 0px;  
	border-radius: 6px;  
}

.clear-search
{
	width: 15px;
    height: 15px;
    background-color: #D63528;
    position: absolute;
    right: 3em;
    top: 0.6em;
    border: none;
    border-radius: 50%;
    cursor: pointer;
	background-image: url("images/close-search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
	display:none;  
	z-index: 99999;
}

.loadpuntos
{
    width: 35px;
    height: 20px;
    cursor: pointer;
    background: url("images/loadpuntos.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 130px;
}
.prevbutton , .prevbuttonHome
{
	position: absolute;
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url("images/icon-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 2%;
    top: 3%;
    z-index: 9999;
	cursor:pointer;
}
#filtersContent li:nth-child(3) .list-option:before
{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
	cursor: not-allowed;
}


.row-color-filter 
{
	width: 100%;
    box-shadow: 0px 0px 10px #46464630;
    height: 325px;
    padding: 1em 0;
    box-sizing: content-box;
}
.row-color-filter  ul
{
    width: 100%;
    display: flex;
    flex-flow: column;
}
.row-color-filter ul li 
{
    width: 100%;
    position: relative;
    padding: 1em 0;
}
.row-color-filter  ul li a div 
{
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    margin-bottom: 5px;
    display: none;
    /*align-items: center;
    justify-content: center;*/
}
.row-color-filter ul li a img 
{
    display: block;
    margin-bottom: 3px;
}
.row-color-filter   ul li a {
    background: none;
    display: block;
    padding: 0;
    padding-left: 20px;
    position: relative;
    color: #1F1A17;
    font: 1em roboto-bold;
}

.row-color-filter .list-option label 
{
    margin: 0 5px 40px 5px;
}
.row-color-filter .active-option 
{
    border: 4px solid #D63528 !important;
}
.row-color-filter .list-option label 
{
    border-radius: 10px !important;
}
.layermobile , .layermobile_cuerpos
{
	display:none;
}
.desactivate-object
{
    opacity: 0.3 !important;
    cursor: inherit !important;
}
.column-checkbox ul li:last-child
{
	display:flex;
}
.logo-totem 
{
	display:none;
}


@media screen and (min-width: 760px)
{
	.row-textures > div 
	{
		width:auto !important;
	}
}

@media screen and (min-width: 1600px)
{
	.wrapper 
	{
		margin-top: 160px;
	}
	.row-textures > div , .row-select-atributtes , .row-option-characteristics , .row-color-filter 
	{
		height: 490px;
	}
	
}

@media screen and (max-width: 1600px)
{

	body {
		font-size: 14px;
	}	

}

@media screen and (max-width: 1360px)
{
	
	body {
		font-size: 13px;
	}	
	.row-input div {
		width: 48%;
	}
	.row-down {
		height: 8em;
	}
	.price {
		font: 0.95em roboto-bold;
	}
	.button-cart {
		width: 45px;
	}
	.row-input {
		width: 75%;
	}
	.row-input div label 
	{
		width: 100%;
	}
	.row-input div input 
	{
		border: 1px solid #474747;
	}	
}


	
@media screen and (min-width:760px) and (max-width: 1100px){

	.wrapper 
	{
		margin-top: 10.5em;
	}
	.logo-totem 
	{
		width: 13.5em;
		position: absolute;
		right: 2em;
		top: 115px;
		display:block;
	}
	.wrapper-search input 
	{
		height: 4em;
	}

	.column-checkbox ul 
	{
		font-size: 20px;
	}
	.column-checkbox ul li 
	{
		margin: 0 1.5em;
	}
	.column-checkbox ul li:last-child
	{
	    display: flex;
	}
	body 
	{
		font-size: 18px !important;
	}
	body #container-result {
		font-size: 18px !important;
	}
	body .container-step-1, body .container-step-2, body .container-step-3, body .container-step-4 {
		width: 20em !important;
	}
	body .row-step-1 .row-image 
	{
		height: 9em !important;
	}
	body .row-step-2 .row-image
	{
		height: 9em !important;
	}
	body .row-step-3 .row-image 
	{
		height: 9em !important;
	}
	body .row-step-4 .row-image
	{
		height: 9em !important;
	}
	body .list-result-search 
	{
		height: 530px !important;
	}
	body .clear-search 
	{
		width: 40px !important;
		height: 40px !important;
		right: 4em !important;
		top: 8px !important;
		background-image: url("images/close-search.svg")!important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: 15px !important;
	}
	body .arrow-icons 
	{
		background: url(images/select.svg) !important;
		background-repeat: no-repeat !important;
		background-position: 40% 50% !important;
		background-size: 15px !important;
	}
	body .row-image-result > div 
	{
		height: 60vw !important; 
	}
	body .label {
		width: 80px !important;
	}
	body .row-button-floating a span 
	{
		font: 0.8em/1.1em roboto-regular !important;
		width: 70px !important;
	}
	body .row-textures ul li {
		width: 19% !important;
		margin-right: 0.5% !important;
		margin-bottom: 1% !important;
		margin-left: 0.5% !important;
	}	
	body .row-button-floating a {
		width: 150px !important;
	}		
	body .row-down 
	{
		font-size: 20px !important;
		bottom: -245px !important;
		left: 0;
		width: 100%;
		box-shadow: 0 0 10px #b9b9b9;
	}	
	body .row-input div label 
	{
		top:-20px !important;
	}	
	body .active-row {
		bottom: 0 !important;
	}
	body .row-textures .active-option:before
	{
		display:none !important;
	}
	body .row-textures > div 
	{
		height: 460px !important;
	}
	body .row-color-filter 
	{
		height: 567px !important;
		overflow: auto !important;
	}
	body .row-option-characteristics
	{
		height: 567px !important;
		overflow: auto !important;
	}
	body .list-option label {
		width: 15% !important;
		height: 140px !important;
		margin: 0 0 40px 1% !important;
	}
	body .row-color-filter .list-option label img {
		max-width: 90% !important;
		max-height: 90% !important;
		width: 90% !important;
		height: 90% !important;
	}	
	body #filtersContent .list-option label img {
		max-width: 50% !important;
		max-height: 50% !important;
		width: 50% !important;
		height: 50% !important;
	}
	body .row-color-filter .list-option label 
	{
		border-radius: 22px !important;
	}
	body .row-select-atributtes 
	{
		margin-bottom: 0 !important;
		width: 100% !important;
		height: 567px !important;
	}
	body .image-attributes {
		width: 25% !important;
		min-width: 25% !important;
	}
	body .icons-attributes ul li {
		width: 14% !important;
	}
	body .icons-attributes ul li img {
		width: 90px !important;
		max-width: 90px !important;
		min-width: 90px !important;
	}	
	body .load-gif-image 
	{
		height: 50vh  !important;
	}
	body .row-button-measures {
		position: absolute !important;
		margin-top: -5.5em ;
		bottom: inherit !important;
		left: 5.5% !important;
	}
	body .column-checkbox 
	{
		width: 100% !important;
		display: flex !important;
		justify-content: center !important;
		margin-top: 0em !important; 
	}
	body .row-config {
		margin: 1em 0 !important; 
	}	
	body .row-config ul li {
		width: 33%  !important; 
		padding: 0.3em  !important; 
		margin: 0 0.5%  !important; 
	}
	body .row-config ul li a {
		display: flex !important; 
		flex-flow: column !important; 
		flex-flow: row !important; 
	}
	body .row-config ul li a div {
		margin-bottom: 0 !important;
		margin-right: 15px !important;
		width: 65px !important;
		height: 65px !important;
	}
	body .row-config ul li a div img {
		height: 28px !important; 
		width: 28px !important; 
	}
	body .row-up {
		height: auto;
	}
	body .row-range-price {
		padding-bottom: 1.5em !important; 
	}
	body .column-left {
		position:inherit !important;
	}
	body .layermobile_cuerpos {
		position: absolute !important; 
		width: 100% !important;
		height: 100% !important;
		top: 0 !important;
		left: 0 !important;
		display: block !important;
		z-index: -9 !important;
		background: url("images/button-close-mobile.svg") !important;
		background-repeat: no-repeat !important;
		background-position: 95% 3% !important;
		background-size: 3em !important;
	}
	body .row-select-mueble 
	{
		width: 60% !important;
		padding: 4em !important;
	}
	body .load-3d {
		padding-top: 7em !important;
		padding-bottom: 10em !important;
	}
	body .result-search 
	{
		bottom: 3.7em;
	}
	body .row-button-zoom 
	{
		margin-top: 1em;
	}

	
	
	

}


@media screen and (max-width: 1100px)
{
	body 
	{
		font-size: 12px;
	}	
	.prevbutton , .prevbuttonHome
	{
		left: 20px;
		top: 20px;
	}
	.clear-search 
	{
		width: 13px;
		height: 13px;
		right: 2em;
		top: 0.5em;
		background-image: url("images/close-search.svg")!important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		background-size: 6px !important;
	}
	.column-image-product-mobile
	{
		width:50px;
	}
	.column-image-product-mobile img
	{
		width:100% !important;
		height:auto !important;
	}
	.row-search {
		margin: 0;
	}
	.column-checkbox {
		width: 37%;
	}
	.text {
		font: 0.95em roboto-medium;
		position: relative;
		bottom: 0;
		padding-top: 10px;
	}
	.row-textures > div 
	{
		height:auto;
		padding-right: 0;
	}
	.row-not-available span {
		font: 3.5em roboto-bold;
	}
	.button-home 
	{
		position: absolute;
		font-size: 0;
		width: 60px;
		height: 60px;
		background: url("images/button-home.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		left: 10px;
		top: 10px;
		z-index: 9999;
	}
	.load-3d 
	{
		position: relative;
		top: initial;
	}
	.wrapper 
	{
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-top: 10.5em; 
	}
	.row-button-measures 
	{
		display: flex;
		justify-content: center;
	}
	.row-range-price 
	{
		width: 90%;
		margin: 0 auto;
	}
	.column-range-price 
	{
		width: auto;
	}
	.row-image-result 
	{
		height: auto;
	}
	.active-mobile
	{
		background: #D63528 !important;
		border: 3px solid #000;
	}
	.title 
	{
		font: 1.5em roboto-bold;
	}
	#container-result 
	{	
		font-size: 12px;
		height: auto;   
		padding-bottom: 5em;
	}		
	.button-close {
	    position: absolute;
		right: 1.5em;
		top: 1.5em;   
	}
	.row-option-selected {
		display: none;
	}	
	.container-step-1, .container-step-2, .container-step-3, .container-step-4 {
		width: 240px;
		padding: 2em 0;
		margin: 0 auto;
	}
	.row-step-1 
	{
		width: 100%;	
		display:flex;
		justify-content: space-between;
	}
	.row-step-1 .column 
	{
		width: 45%;
		margin: 1% 0;
	}
	.row-step-2 {
		width: 100%;	
		display:flex;
		justify-content: space-between;
	}
	.row-step-2 .column 
	{
		width: 45%;
		margin: 1% 0;
	}
	.row-step-3 {
		width: 100%; 
		display:flex;
		justify-content: space-between;
	}
	.row-step-3 .column {
		width: 45%;
		margin: 1% 0;
	}	
	.row-step-3 .row-image {
		height: 10em;
	}	
	.row-step-4 {
		width: 100%;	
		display:flex;
		justify-content: space-between;
	}
	.row-step-4 .column {
		width: 45%;
		margin: 1% 0;
	}	
	.row-step-4 .row-image {
		height: 10em;
	}	
	.row-up {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-flow: column;
	}
	.column-left {
		width: 100%;
		margin-left: 0;
	}
	.column-right
	{
		width: 90%;
		position: inherit;
		margin: 0 auto; 
		padding-top: 0em;
	}
	.row-button-floating {
		top: 5em;
		position: absolute;
		z-index: 999;
	}
	.button-3D
	{
	    margin: 0 auto;
		top: 7em;
	}
	.row-button-floating a {
		width: 50px;   
		margin: 5px 0;
	}
	.row-button-floating a:hover {
		width: 110px;
	}
	.row-button-floating a:hover span {
		width: 45px;
	}	
	.row-name 
	{
		font: 1em roboto-bold;
		position: absolute;
		top: 1em;
		left: 0;
		text-align: center;
		width: 80%;
		margin: 0 auto;
		right: 0;
	}	
	.row-code {
		font: 0.9em roboto-medium;
		width: 100%;
		position: absolute;
		top: 2.7em;
		left: 0;
		text-align: center;
		width: 80%;
		margin: 0 auto;
		right: 0;
	}
	.row-select-result
	{
		display:none;
	}
	.row-config ul {
		display: flex;
		justify-content: center;
	}
	.row-active-characteristics
	{
		display:none;
	}
	.row-config ul li {
		margin-right: 0.5em;
		margin-left: 0.5em;
	}
	.row-textures ul li {
		width: 60px;
		margin-right: 10px !important;
		margin-bottom: 7px;
	}
	.row-textures ul li:nth-child(5n) {
		margin-right: 0%;
	}	
	.row-textures ul li:nth-child(7n) {
		margin-right: 2%;
	}	
	.content-characteristics-textures {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
	.row-textures {
		overflow: auto;
	}	
	.ico-mobile
	{
		width: 40px;
		height: 40px;
		background: #000;
		border-radius: 50%;
		display: block;
		margin-bottom: 5px;
		display:flex;
		align-items:center;
		justify-content:center;
	}    
	.row-add-to-cart 
	{
	    width: 50%;
	}
	.row-option-characteristics ul li:last-child label
	{
		/*border:2px solid #fff !important;*/
	}
	.row-option-characteristics ul li:last-child .active-option:before 
	{
		content: "";
		bottom: -44px;
	}
	.row-down {
		height: auto;
		background: #fff;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;  
		font-size: 13px;   
		bottom: -505px;
		transition: all 0.3s ease-in-out;
		z-index: 999;
		padding: 0 5%;
	}
	.product-not-available .row-down 
	{
		background: #fff !important;
	}
	.product-not-available .colum-left-down 
	{
		background: #fff !important;
	}
	.row-center 
	{
		display: flex;
		justify-content: space-between;
		flex-flow: column;
	}	
	.colum-left-down 
	{
		width: 100%;
		background: #fff; 
		display: block;
	}
	.colum-right-down
	{
		background: #fff;
		width: 100%;
	}
	.colum-right-down ul {
		display: flex;
		flex-flow: column;
	}
	.colum-right-down ul li {
		padding: 10px 0em;
		width: 100% !important;
		border:none !important;
		display:block !important;
	}	
	.row-title div{
		display: flex;
		align-items: center;
	}
	.colum-right-down ul li:before {
		content: "";
		width: 100%;
		height: 1px;
		background: #000;
		right: 0;
		top: inherit;
		bottom: 0;
	}
	.button-cart 
	{
		width: 70px;
		margin: 5px 0;
		padding: 1em 0;
		font: 0.75em/1.1em roboto-medium;
		border-radius: 5px;
	}	
	.row-title div span 
	{
		margin-right: 5px;
	}	
	.colmun-text-amount 
	{
		display: flex;
		margin: 10px 0;
	}	
	.column-amount {
		width: 100%;
	}
	.row-center {
		width: 90%;
	}	
	.colum-left-down span 
	{
		display:none;
	}	
	.row-mobile
	{
		display: block;
		width: 100%;
		padding-bottom: 10px;
		padding-top: 5px;
	}	
	.row-mobile h4
	{
		font: 1em roboto-bold;
		color: #1F1A17;
		display:block;
		padding-bottom:7px;
	}	
	.row-mobile h2
	{
		font: 1.6em roboto-bold;
		color: #1F1A17;	
		display:block;	
		padding-bottom:3px;
	}	
	.row-mobile h3
	{
		font: 1.2em roboto-bold;
		color: #1F1A17;	
		display:block;
	}
	.row-preview-product-mobile
	{
		width: 100%;
		display: flex;
		align-items: center;
		padding-top:15px;
	}
	.column-text-product-mobile
	{
		padding-left:10px;
	}
	.row-name-mobile {
		font: 1em roboto-bold;
		color: #1F1A17;
		width: 100%;
	}
	.row-code-mobile {
		font: 0.8em roboto-medium;
		color: #1F1A17;
		width: 100%;
	}
	.column-cart-popup {
		width: 280px;		
	}
	.column-popup {
		width: 280px;
	}
	.button-up-row
	{
		display: flex;
		justify-content: center;
		padding-top: 1em;
	}
	.active-row
	{
		bottom:0 !important;
	}	
	.active-button-row img
	{
		transform:rotate(-180deg);
	}
	.row-textures {
		padding-top: 1.5em;
		padding-bottom: 0;
	}
	.row-attributes {
		z-index: 9;   
		position: relative;
	}
	.icons-attributes {
		width: 100%;
	}
	.content-attributes {
		background: #fff;
	}	
	.title-attributes {
		display: flex;
		justify-content: center;
	}
	.title-attributes a {
		color: #1F1A17 !important;
		font: 0.9em roboto-bold;
		background: #fff !important;
		border-bottom: 3px solid #E7E7E7;
		text-align: center;
		padding: 0.3em 0.5em;
		width: 20%;
		margin: 0 1em;
	}
	.active-tabs
	{
		border-bottom: 3px solid #D63528 !important;
	}
	.button-attributes-click {
		width: 50px !important;
	}	
	.button-attributes-click span {
		display:none !important;
	}
	.row-image-result div
	{
		width:100%;
		height:281px;
	}
	.icons-attributes ul 
	{
		width: 100% !important;   
		margin-left: 0 !important;   
		margin-left: 0 !important;   
	}
	.icons-attributes ul li 
	{
		width: 20% !important;
	}
	.row-title-tab
	{
		display:none;
	}
	.row-step-4
	{ 
		height: auto;
	}	
	
	
}


@media screen and (max-width: 760px)
{
	
	.row-step-2 .row-image , .row-step-1 .row-image
	{
		height: 9em;
	}
		
	
	
	.not-available 
	{
		top: 48%;
		left: 25%;
	}
	body .column-icon-zoom, .column-range-zoom, .row-button-result {
		display: none !important;
	}
	.row-logo img 
	{
		width: 180px;
	}
	.list-result-search 
	{
		height: 95px;
	}
	.price-range:before
	{
		display:none;
	}
	.previous-price 
	{
		top: -15px;
	}
	.row-mobile h4 
	{
		font: 1.1em roboto-bold;
	}
	.load-image 
	{
		width: 70px;
	}
	.row-load-3d 
	{
		margin-top: 12em;
	}
	.layermobile 
	{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: block;
		z-index: -9;
		background: url("images/button-close-mobile.svg");
		background-repeat: no-repeat;
		background-position: 95% 3%;
		background-size: 3em;
	}	
	.layermobile_cuerpos
	{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: block;
		z-index: -9;	
		background: url("images/button-close-mobile.svg");
		background-repeat: no-repeat;
		background-position: 95% 3%;
		background-size: 3em;
	}
	.row-preview-product-mobile
	{
		/*display:none !important;*/
	}
	.row-color-filter 
	{
		height: 120px;
		overflow: auto;
	}
	.wrapper 
	{
		margin-top: 5em;
	}
	.column-icon-zoom , .column-range-zoom ,  .row-button-result
	{
		display:none !important;
	}
	.row-image-result div 
	{
		height: 200px;
	}
	.button-3D 
	{
		top: 6em;
	}
	.button-home
	{
		width: 35px;
		height: 35px;
		left: 10px;
		top: 10px;
	}
	.price-range
	{
		padding-top: 0 !important;
	}
	.row-range-price 
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.column-range-cart-price 
	{
		margin-left: 0;
		border-bottom-left-radius: 10px;
		border-top-left-radius: 10px;
	}
	.row-range-price 
	{
		width: 92%;
	}
	.button-price-cart 
	{
		padding: 0.5em 0;
	}
	.theme-green .back-bar .pointer-label 
	{
		bottom: -24px !important;
	}
	.column-range-price 
	{
		display:block;
		opacity:0;
		visibility:hidden;
	}
	input[type="checkbox"] 
	{
		margin-right: 5px;
	}
	.column-checkbox ul li 
	{
		margin-right: 5px;
		margin-left: 5px;
	}
	
	
	
	.row-option-characteristics
	{
		height: 120px;
	}
		
	.row-select-atributtes 
	{
		margin-bottom: 0;
		width: 100%;
		height: 120px;
	}
	.list-option label
	{
		margin: 0 4% 25px 0%;
		width: 21%;
		height: 60px;
	}
	.row-search 
	{
		margin: 0;
		padding: 1em 0;
	}
	.row-up 
	{
		height: auto;
	}
	#container-result 
	{
		padding-bottom: 8em;
	}
	.icons-attributes ul li 
	{
		margin: 0.3em 2% !important;
	}
	.button-attributes
	{
		display:flex;
		align-items: center;
	}
	.colmun-attributes
	{
		display: flex;
		justify-content: space-between;
	}
	.image-attributes {
		width: 60%;
		margin: 0 auto;
		margin-bottom: 15px;
		margin-top: 0px;
	}
	.row-attributes {
		z-index: 9;   
		position: relative;
	}
	.icons-attributes {
		width: 100%;
	}
	.content-attributes {
		background: #fff;
	}	
	.button-attributes
	{
		width: 70px !important;  
		margin: 0 0;
	}
	.button-attributes span
	{
		display:none !important;
	}
	.row-button-measures a div img 
	{
		width:20px;
	}
	.column-checkbox
	{
		width: 100%;
		display: flex;
		justify-content: center; 
		margin-top: 0em;
	}	
	.row-button-measures
	{
		position: absolute;
		margin-top: -5.5em;
		bottom: inherit;
		left: 4.5%;
	}
	.row-config ul li
	{
		width: 40%;
	}
	.row-config ul li a 
	{
		display: flex;
		flex-flow: column;
		flex-flow: row;
	}
	.row-config ul li a div 
	{
		margin-right: 10px;
	}
	.row-config ul li 
	{
		width: auto;
		padding: 0.3em;
		margin: 0 3px;
	}
	.row-config ul li a div {
		width: 30px;
		height: 30px;	
		min-width: 30px;
		min-height: 30px;
	}	
	.row-config ul li a div img 
	{
		height: 13px;
		width: 13px;
	}
	.row-config ul li a div 
	{
		margin-bottom: 0;
		margin-right: 7px;
	}
	.row-title div:first-child > img 
	{
		width: auto;
		height: 25px;
	}	
	.row-button-measures a div 
	{
		width: 3em;
		height: 3em;
		border-radius: 50%;
		margin-bottom: 5px;
	}
	.row-config
	{
		margin-top: 0;  
		margin: 1em 0;
	}	

	.row-load-initial 
	{
		width: 100%;
	}
	.load-gif-image 
	{
		height: auto;
		width: 100%;
	}

	.content-characteristics-textures 
	{
		flex-direction: column;
	}
	.column-range-price
	{
		width: 50%;
		margin-top: -5px;
	}
	.slider-container 
	{
		width: 170px !important;
	}
	.theme-green .back-bar .pointer 
	{
		width: 16px !important;
		height: 16px !important;
		top: -5px !important;
	}
	.theme-green .back-bar .pointer-label 
	{
		bottom: -20px;
	}
	.column-range-cart-price 
	{
		width: auto;
	}
	.button-price-cart 
	{
		width: 55px;
	}
	.price-range 
	{
		font: 1.3em roboto-bold;
		padding-left: 10px;
		padding-top: 3em;  
		padding-right: 10px;
	}
	.row-range-price 
	{
		padding-bottom: 1.5em;
	}
	.row-characteristics 
	{
		padding-top: 0;
		padding-bottom: 0;
	}
	.row-down 
	{
		bottom: -295px;
		width: 100%;
		left: 0;
		box-shadow: 0px 10px 25px #000;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px; 
		z-index: 99999;
	}
	.content-tab-cart .flexbox 
	{
		display: flex;
		width: 100%;
		flex-flow: column;
	}
	.column-title-add-to-cart 
	{
		width: 100% !important;
	}
	.row-add-to-cart 
	{
		width: 100% !important;
	}	
	.row-textures 
	{
		padding-top: 1em;
		padding-bottom:0em;
	}
	
	.layer-select-mueble
	{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.layer-select-atributtes
	{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.image-attributes 
	{
		width: 30%;
	}	
	.icons-attributes ul li 
	{
		width: 29% !important;
	}
	.icons-attributes ul li img 
	{
		width: 100%;
		height: auto;
		max-width: 50px;
		min-width: 50px;
	}	
	.row-button-floating a {
		width: 70px !important;
	}
	.row-button-floating a span 
	{
		width: 45px !important;
		display:none !important;
	}
	
	
}


@media screen and (max-width: 330px)
{
	.row-down {
		bottom: -440px;
	}

}
