<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#subHeader6 div#logo {
	line-height: 100px;
	max-height: 100px;
	height: 100px;
}

#subMenu li {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	list-style: none;
	font-size: 18px;
	padding: 0;
	margin: 0;
	font-family: bebas neue;
}

#subMenu li a{
	font-size: 18px;
}

#leftMenu .pc, #leftMenu .tx {
	vertical-align: middle;
	display: table-cell;
	padding: 8px;
	text-transform: uppercase;
	font-weight: 700;
}

ul#leftMenu li .menuLink{
	font-size: 14px;
	font-family: 'robotobold';
}

ul#leftMenu .menuItems span{
	font-size: 13px;
	font-family: roboto_ltregular, sans-serif, arial;
	font-weight: 900;
}

#left a.heading{
	font-weight: 600;
	font-size: 20px;
}

.productColImage,
#catalogTableList .column:first-child{
	position: relative;
}

.discount_percent{
	position: absolute;
	display: inline-block;
	top: 20px;
	right: -5px;
	font-size: 16px;
	font-weight: 800;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	border: 1px solid #ff9601;
	border-radius: 50%;
	background: #ff9601;
	z-index: 1;
}

.discount_percent.table_percent{
	top: 5px;
	right: 5px;
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.discount_percent.column_percent{
	right: 30px;
}

.discount_percent.detail_recent {
    right: 80px;
    top: 25px;
}

@media screen and (max-width: 1400px){
	.discount_percent{
	    font-size: 14px;
	    width: 45px;
	    height: 45px;
	    line-height: 45px;
	}
	.discount_percent.detail_recent {
	    top: 25px;
	}
}

@media screen and (max-width: 1200px){
	#subHeader6 div.subTableColumn:last-child {
		left: 20%;
	}
}

@media screen and (max-width: 800px){
	#subHeader6 #logo a img {
		max-height: 100px;
		width: auto;
	}
}

@media screen and (max-width: 700px){
	#subHeader6 div.subTableColumn:last-child {
		left: 12px;
	}

	.index-banners .name{
		overflow: unset;
	}
	.index-banners .elem-column:nth-child(n) .text-wrap{
		width: 100%;
	}

	.discount_percent{
		top: 0;
		right: 15px;
		font-size: 13px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.discount_percent.table_percent {
	    top: 5px;
	    right: 30px;
	    font-size: 12px;
	    width: 45px;
	    height: 45px;
	    line-height: 45px;
	}
	
	.discount_percent.column_percent {
	    right: 10px;
	    top: 25px;
	}

	.discount_percent.detail_recent {
	    right: 80px;
	    top: 12px;
	}

}

/* * */
#sendPhotoFile{
    -webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    display: none;
    z-index: 1001;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

#sendPhotoFile #sendPhotoFileResult{
	transform: translateY(50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#sendPhotoFile #sendPhotoFileResultTitle{
	text-align: center;
	margin-top: 24px;
	font-size: 16px;
}

#sendPhotoFile #sendPhotoFileResultMessage{
	text-align: center;
	margin-top: 24px;
}

#sendPhotoFile #sendPhotoFileResultClose{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	margin: 24px auto;
	font-size: 14px;
	color: #ffffff;
	display: block;
	height: 50px;
	width: 254px;
}

#sendPhotoFile #sendPhotoFileContainer{
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    background-color: #ffffff;
    margin-left: -350px;
    margin-top: -215px;
    position: absolute;
    overflow: hidden;
    height: 430px;
    width: 700px;
    left: 50%;
    top: 50%;
}

#sendPhotoFile .sendPhotoFileHeading{
    background-color: #424242;
    position: relative;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #ffffff;
    height: 60px;
}

#sendPhotoFile .sendPhotoFileHeading .close{
	background: url(images/exit.png) 0 0 no-repeat transparent;
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

#sendPhotoFile .requstProductContainer{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#sendPhotoFile .formColumn{
	vertical-align: middle;
	display: table-cell;
	display: flex;
	box-sizing: border-box;
	/*width: 380px;*/
	/*width: calc(100% - 40px);*/
}

#sendPhotoFile .sendPhotoFileFormHeading{
    margin-bottom: 12px;
    text-align: center;
    margin-right: 24px;
    margin-top: 24px;
    font-size: 16px;
    display: block;
}

#sendPhotoFile input:not(.file-fileUploader){
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	margin-bottom: 12px;
	padding-left: 12px;
	width: 354px;
	height: 50px;
	border: 0;
}

.file-selectdialog .file-uploader .file-fileUploader{
    cursor: pointer;
    left: -20px;
    width: 110%;
}

input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer; 
}

#sendPhotoFile input {
    background-color: #f3f3f3;
    color: #000000;
}

#sendPhotoFile {
	/*display: block;*/
}

#sendPhotoFile .formColumn{
	padding: 10px 0;

}

#sendPhotoFile .inputtextarea{
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "roboto_ltregular";
    border: 1px solid #e7e7e7;
    padding-left: 12px;
    line-height: 21px;
    /*padding-top: 12px;*/
    /* max-width: 600px; */
    max-width: 100%;
    font-size: 14px;
    color: #555555;
    /* height: 150px; */
    outline: none;
    width: 100%;
    resize: none;
}

#sendPhotoFileForm &gt; div {
    width: calc(50% - 30px);
    display: inline-block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

#sendPhotoFileForm .file-load-img{
	display: none;
}

#sendPhotoFileForm .file-selectdialog .file-extended div.file-selector{
	border: 3px dashed transparent;
}

#sendPhotoFileForm .file-selectdialog .file-extended div.file-selector,
#sendPhotoFileForm .file-selectdialog .file-extended div.file-selector:hover{
	padding: 0;
}

#sendPhotoFileForm .file-selectdialog{
	height: 330px;
}

.file-selectdialog div.file-placeholder{
	max-height: 150px;
    overflow-y: auto;
}

#sendPhotoFileForm .send_button{
-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    line-height: 50px;
    margin-top: 24px;
    color: #ffffff;
    height: 50px;
	background-color: #ff9601;
	width: 100%;
	font-weight: 16px;
	text-transform: capitalize;
    font-weight: 900;
}
#subHeader6 .subPhones a,
#rightFooter .telephone a{
	color: inherit;
	text-decoration: auto;
}


#smartFilter .params.child:not(.collapsed){
	margin-left: 15px;
}

#smartFilter .params.collapsed + .params.collapsed{
	margin-top: unset;
}

#smartFilter .params:not(.collapsed) {
	margin-top: 15px;
}

#smartFilter .params:not(.collapsed):not(:last-of-type),
#smartFilter .params + .params:not(.collapsed) {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e8ea;
}

#smartFilter .params:not(.collapsed):last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: unset;
}

.color_yellow {
	color: #ff9601;
	font-weight: 600;
}

@media screen and (max-width: 1365px) {
	#subHeader6 .subPhones span.heading:first-child {
		display: inline;
	}
}

@media screen and (max-width: 767px){
	#sendPhotoFileForm &gt; div{
		width: unset;
	}
	#sendPhotoFileForm .file-selectdialog{
		height: auto;
	}
	#sendPhotoFileContainer .sendPhotoFormContainer{
		height: 390px;
		overflow-y: auto;
	}
}



@media all and (max-width: 750px) {

	#sendPhotoFile .productColumn{
		display: none;
	}

	#sendPhotoFile .formColumn{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 24px;
		width: 100%;
	}

	#sendPhotoFile input,
	#sendPhotoFile textarea,
	#sendPhotoFile #sendPhotoFileSubmit{
		width: 100%;
	}

	#sendPhotoFile input{
		height: 45px;
	}

	#sendPhotoFile textarea{
		height: 50px;
	}

	#sendPhotoFile #sendPhotoFileContainer{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #ffffff;
		transform: translateX(-50%);
		padding-right: 0px;
		padding-left: 0px;
		margin-left: 0px;
		width: 90%;
		left: 50%;
	}

	#sendPhotoFileForm{
		margin-bottom: 24px;
	}

	#sendPhotoFile .sendPhotoFileFormHeading{
		margin-right: 0px;
	}
}

@media all and (max-width: 430px) {

	#sendPhotoFile .formColumn{
		padding: 0;
	}

	#sendPhotoFileForm{
		width: 100%;
		padding: 10px;
		margin-bottom: 0;
	}

	#sendPhotoFile #sendPhotoFileContainer{
		max-height: 500px;
		height: 62.5vh;
	}

	#sendPhotoFile .sendPhotoFileHeading{
		font-size: 16px;
	}

	#sendPhotoFile .sendPhotoFileFormHeading{
		margin-top: 32px;
	}

	#sendPhotoFileForm &gt; div{
		padding: 0;
	}

	#sendPhotoFileForm .send_button{
		margin-top: 5px;
	}
}
.sitemap_footer{
	color:#fff;
	text-decoration:none;
}
</pre></body></html>