/*nav*/
#column_1695795879518 {
	display:flex !important;
	flex-direction:unset !important;
	flex-wrap:unset !important;
	align-content:unset !important;
	justify-content:unset !important;
	align-items:center !important;
}
@media screen and (max-width:1024px) {
	#component_DzfkhHoSRqgE > DIV > DIV {
	margin-left:15px !important;
}
}

@media screen and (max-width:1024px) {
	#column_1695796293284 {
	display:none !important;
}
}

/*home*/
@media screen and (max-width:900px) {
	#outerContainer_1677742054280 > DIV > DIV {
	display:flex !important;
	flex-direction:column-reverse !important;
	flex-wrap:unset !important;
	align-content:unset !important;
	justify-content:unset !important;
	align-items:unset !important;
}
#outerContainer_1695296114978 > DIV > DIV {
	display:flex !important;
	flex-direction:column-reverse !important;
	flex-wrap:unset !important;
	align-content:unset !important;
	justify-content:unset !important;
	align-items:unset !important;
}
}

/*foot*/
@media screen and (max-width:1023px) {
	#column_1695728835751 > DIV:nth-child(2) {
	display:flex !important;
	flex-direction:unset !important;
	flex-wrap:nowrap !important;
	align-content:unset !important;
	justify-content:unset !important;
	align-items:unset !important;
}
}


/*prducts-d*/
.prodNod_productImage .proddetail-picshow {
    position: relative;
    border: none;
    margin-bottom: 10px;
}
#tgpAjzEaSyVZ {
	max-width:1600px !important;
}
@media screen and (min-width:501px) {
	#tgpAjzEaSyVZ_athvpTgFrzIH {
	padding-right:0px !important;
}
}
@media screen and (max-width:500px) {
	#tgpAjzEaSyVZ_fcRoYiduNxkz {
	padding-left:15px !important;
}
}
#component_vCUarHijyMot > DIV > DIV > DIV > DIV:nth-child(1) > DIV:nth-child(1) {
	display:none !important;
}
#component_vCUarHijyMot > DIV > DIV > DIV > DIV:nth-child(2) > DIV:nth-child(1) {
	display:none !important;
}
.download-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 18px 0 0;
    border-bottom: 1px solid #d6d6d6;
}

.download-container-main {
    padding: 5px 5px 0 5px;
}

@media screen and (min-width:1440px) {
#component_sYfkrmhlUouj > DIV > H1 {
	max-width:600px !important;
}
#component_kIAuMcCGgKpZ > DIV > P {
	max-width:600px !important;
}}

/*pro*/
.pro_d {
  display: flex;
  flex-direction: row; 
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  margin-bottom: 40px;
    }
.pro_d div{
    padding: 1em 1em;
    }

.pro_d img {
        width:140px !important;
	    height:140px !important;
        padding-top: 0;
        text-align: center;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
        -webkit-transition: -webkit-transform .25s;
        -o-transition: transform .25s;
        transition: transform .25s, -webkit-transform .25s;   
    }

.pro_d img:hover  {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
@media screen and (min-width:501px) and (max-width:1024px) {
.pro_d {
	display:flex !important;
	flex-direction:row !important;
	flex-wrap:nowrap !important;
	align-content:unset !important;
	justify-content:center !important;
	align-items:center !important;
  margin-bottom: 0px;
    }
 }
@media screen and (max-width:500px) {
.pro_d {
  margin-bottom: 0px;
    }
 }