@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #2C3E50;
    --panel-color: #2C3E50;
    --first-color-light: #BDC3C7;
    --white-color: #F7F6FB;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

*,
::before,
::after {
    box-sizing: border-box
}

*{
    box-sizing: border-box;
}

body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 0;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s
}

a {
    text-decoration: none
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: rgba(33, 35, 46, .7);
    z-index: var(--z-fixed);
    transition: .5s
}

.header_toggle {
    color: var(--white-color);
    font-size: 2.4rem;
    cursor: pointer
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px
}

.bx.bx-menu.bx-x {
    padding: 0 0 0 25px;
}

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    background-color: var(--panel-color);
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .2rem 0 .2rem 0.6rem;
	font-weight: bold;
}

.nav_logo {
    margin-bottom: 2rem;
	padding: .5rem 0 .5rem 0.85rem;
	
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 0.5rem;
    transition: .3s
}

.nav_link:hover {
    color: var(--white-color)
}

.nav_icon {
    font-size: 1.25rem
}

.navbicon {
    height: 40px;
    width: 40px;
	/*filter:  invert(100%) sepia(8%) saturate(5838%) hue-rotate(194deg) brightness(120%) contrast(107%);*/
	margin: 10px 0 0 0;
}



.show {
    left: 0
}

.body-pd {
/*    padding-left: calc(var(--nav-width) + 1rem) */
}

.active {
    color: var(--white-color)
}

.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: var(--white-color)
}

.height-100 {
  /*  height: 100vh */
	height:auto;
}




@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 0) 0 0 0;
        padding-left: calc(var(--nav-width) + 0rem)
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
    }

    .header_img {
        width: 40px;
        height: 40px
    }

    .header_img img {
        width: 45px
    }

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0
    }

    .show {
        width: calc(var(--nav-width) + 120px)
    }

    .body-pd {
        padding-left: calc(var(--nav-width) + 120px)
    }
	
	
	
#selectpanel {
    padding: 0 30px;
    z-index: 9;
    position: relative;
    display: block;
    margin-top: 64px;
    background-color: rgba(255, 255, 255, 0.85) !important;
}
.type_category {
    display: inline-block;
    vertical-align: top;
	margin: 20px;
}
.type_category h4 {
	margin: 10px 0;
	text-align: center;
	}	
	
/* Type panel */
	
.navpanel .pnl.close {
    height: 25px;
    width: 25px;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    background: rgb(255,255,255, 0.6);
}	
	
.type_category {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 10px 10px 0;
	cursor: pointer;
}	
	
.type_category.current {

    background: rgba(255, 255, 255, 0.6);

}
.type_icon {
    height: 50px;
    width: 50px;
    background-size: contain;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
}

.item_icon {
    height: 50px;
    width: 50px;
    background-size: contain;
    margin: 10px;
    background-color: #d3d3d3;
    border-radius: 50%;
}	
	
.item_icon .ptype {
    position: absolute;
    display: block;
    background: #93d629;
    border-radius: 5px 5px 0 5px;
    font-size: 12px;
    color: #fff;
    top: 2px;
    text-align: center;
    padding: 2px 5px;
}
.item.itmictive .item_icon {
    border: 2px solid #93d629;
}
.item-selector.panel {
    display: none;
 
}
	
.item-selector.panel.vsbl {
    display: flex;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    left: 0;
    padding: 0 40px;
}
	
}


	
#selectpanel {
    padding: 0 30px;
    z-index: 9;
    position: relative;
    display: block;
    margin-top: 64px;
    background-color: rgba(255, 255, 255, 0.85) !important;
}
.type_category {
    display: inline-block;
    vertical-align: top;
	margin: 20px;
}
.type_category h4 {
	margin: 10px 0;
	text-align: center;
	}	
	
/* Type panel */
	
.navpanel .pnl.close {
    height: 25px;
    width: 25px;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    background: rgb(255,255,255, 0.6);
}	
	
.type_category {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 10px 10px 0;
	cursor: pointer;
}	
	
.type_category.current {

    background: rgba(255, 255, 255, 0.6);

}
.type_icon {
    height: 50px;
    width: 50px;
    background-size: cover;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
	background-repeat: no-repeat;
background-position: center;
}

.item_icon {
    height: 50px;
    width: 50px;
    background-size: contain;
    margin: 10px;
    background-color: #d3d3d3;
    border-radius: 50%;
}	
	
.item_icon .ptype {
    position: absolute;
    display: block;
    background: #93d629;
    border-radius: 5px 5px 0 5px;
    font-size: 12px;
    color: #fff;
    top: 2px;
    text-align: center;
    padding: 2px 5px;
}
.item.itmictive .item_icon {
    border: 2px solid #93d629;
}
.item-selector.panel {
    display: none;
 
}
	
.item-selector.panel.vsbl {
  display: flex;
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  left: 0;
  padding: 0 40px;
  top: -70px;
}


.rq-visual-back {
    background-image: url('/images/visual/back.png');
    height: 100vh;
    width: 100%;
    background-size: cover;
	top: 0 !important;
position: fixed;
}
#fence-back {
    height: 100vh;
    width: 100%;
    background-size: cover;
    top: 0 !important;
    position: fixed;
	z-index: 1;
}
#supp-back {
    height: 100vh;
    width: 100%;
    background-size: cover;
    top: 0 !important;
    position: fixed;
	z-index: 1;
}
#siding-back {
    height: 100vh;
    width: 100%;
    background-size: cover;
    top: 0 !important;
    position: fixed;
	z-index: 2;
}
#facade-back {
    height: 100vh;
    width: 100%;
    background-size: cover;
    top: 0 !important;
    position: fixed;
	z-index: 2;
}
#roof-back {
    height: 100vh;
    width: 100%;
    background-size: cover;
    top: 0 !important;
    position: fixed;
	z-index: 3;
}
#windboard-back {
    height: 100vh;
    width: 100%;
    background-size: cover;
    top: 0 !important;
    position: fixed;
	z-index: 4;
}
#gutters-back {
    height: 100vh;
    width: 100%;
    background-size: cover;
    top: 0 !important;
    position: fixed;
	z-index: 5;
}
#snowholder-back {
    height: 100vh;
    width: 100%;
    background-size: cover;
    top: 0 !important;
    position: fixed;
	z-index: 6;
}
#plinth-back {
    height: 100vh;
    width: 100%;
    background-size: cover;
    top: 0 !important;
    position: fixed;
	z-index: 7;
}

/*Mail*/

.mailsnd {
    background: #93d629;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
	border-radius: 5px;
}
.mailsnd:hover {
    background: #fff;
    color: #93d629;

}


/* Modal */

#mailModal.hide{
	display: none;
}
#mailModal {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    display: block;
    width: 50%;
    background: #fff;
    top: 40px;
    padding: 40px;
}

#mailModal h3 {
    text-align: center;
    font-size: 25px;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 20px;
    margin: 0 0 25px;
}

#mailModal .m-close {
    height: 30px;
    width: 30px;
    padding: 5px;
    position: absolute;
    float: right;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 99999;
}

#mailModal .m-close{
    max-width: 30px;
    width: 100%;
    display: block;
}

#mailModal .m-close img{
    max-width: 20px;
    display: block;
}

#mailModal label {
    display: block;
    text-align: center;
}

#mailModal input.form-control {
    width: 80%;
    margin: 10px auto;
    display: block;
    padding: 10px;
    border: 1px solid #dedede;
}

@media screen and (max-width: 600px){
    #mailModal{
        width: 100%!important;
    }
	
	
}

#mailModal .rqSubmit {
	background: #93d629;
	color:#fff;
    margin: 20px auto 0;
    display: block;
    position: relative;
  
    border: none;
    padding: 10px 15px;
	font-size: 16px;
}
#mailModal .rqSubmit:hover{
	background-color: #2c3e50;
	color: #fff;
}

#mailModal .modal-loader {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
}



.loading {
  width: 100px;
  height: 100px;
  background-image:url('/images/visual/baseicon/loading.svg');
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
  /* transform: rotate(3deg); */
   /* transform: rotate(0.3rad);/ */
   /* transform: rotate(3grad); */ 
   /* transform: rotate(.03turn);  */
	
	display: block;
position: absolute;
background-size: cover;
top: calc(50% - 50px);
left: calc(50% - 50px);
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


#mailModal .modal-msg {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 9999;
    content: ' ';
    top: 0;
    left: 0;
}

#mailModal .modal-msg .modal-msg-box {
    text-align: center;
    top: 50%;
    display: block;
    position: relative;
    font-size: 24px;
}

#selectpanel .nav_icon img{
    max-width: 20px;
    display: block;
}


@media screen and (max-width: 1300px){
  
	
	.item-selector.panel.vsbl {
  display: flex;
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  left: 0;
  padding: 0;

}
}

.navwrap {
  height: 100vh;
  display: flow-root;
  position: relative;
}

#selectpanel {
  padding: 0 30px;
  z-index: 9;
  position: absolute;
  display: block;
  top: auto;
  background-color: rgba(255, 255, 255, 0.85) !important;
  bottom: 0;
  margin-top: 0;
  width: 100%;
}
