/* overwrites by PSC */

body{
	overflow-x:hidden;
	cursor: default;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 31536000s ease-in-out 0s;
}


.panel-body {
    padding: 0px; 
}

.btn{
    line-height:30px;
    margin-top:5px;
    background:#ff9900;
    border:0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0px;
}

.btn:hover{
    background: #014f64;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.well-sm{
    padding-left:0px;
}

.panel-default{
    border:0 none;
}

.panel{
    box-shadow: unset;
}

.well{
    background: transparent;
}


.input-sm{
    border-radius: 0px;
}

.form-control{
    border-radius: 0px;
}

.form-control, input {
    border-width: 1px
}


/* ------------- */


.icons-menu-top li{
    width:85px;
}


.icons-menu-top .fa{
    font-size:22px;
    text-align: center;
    color: #fff;
    line-height:40px;
    background: #014f64;
    border-radius: 44px;
    width:44px;
    height:44px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.icons-menu-top li>a>.fa:hover{
    /*background: #03637e;*/
    background: #ff9900;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


#login-register-form label{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	font-weight: 400;
	font-size:13px;
}

h4.eba{
	margin-top:30px;
	font-weight: bold;
	font-size:16px;
}


#login-register-form .checkbox-big{
	width:40px;
	height:40px;
	background: url('/images/project/checkbox-big-green.png') left top no-repeat;
	display:table-cell;
}

#login-register-form .checkbox-big.unchecked{
	background: url('/images/project/checkbox-big-green-unchecked.png') left top no-repeat;
}


#login-register-form .vvm{ 
	height:40px;
	display:table-cell;
	padding-top:7px;
	font-size:13px;
	font-weight: 700;
}

#login-register-form .panel{
	border:0 none;
	-webkit-box-shadow: none;
    box-shadow: none;
}


#login-register-form .panel .form-control{
	border-radius: 0!important;
	border-width: 1px;
}


#login-register-form .form-group{
	margin-bottom:1px
}	


#login-register-form .radio input, .checkbox input{
	left:auto;
	margin-top:0px;
}

#login-register-form .radio label, .checkbox label{
	padding-left:0px;
}

#login-register-form .text-decoration-underline{
	text-decoration: underline;
}

#login-register-form .color-black{
	color: #000;
}

.psc-message-stack p{
    font-size:12px;
    padding-left:0px;
}

.psc-message-stack p .fa{
    color: #cc0000;
    margin-right:3px;
}

.psc-message-stack{
    background: transparent;
    color: #333;
    border:0 none;
    padding:10px;
    max-height:66px;
    overflow-y: scroll;
    overflow-x: hidden;
    border:1px solid #999;
    border-radius: 0px;
    border-left-color: rgba(197, 7, 7, 0.7)!important;
    border-width: 1px;
    border-left-width: 5px;    
}

.psc-message-stack-hl{
    background:#FF9900;
    color: #FFFFFF;
    border-color: transparent;
    padding:10px;
}


.weight-normal{
    font-weight: 600;
    text-transform: none;
}

.psc-message-stack-hl.xsd .fa{
    display:none;
}

.psc-message-stack-hl.xsd p{
    display:inline;
}


.field-icon {
    float: right;
    margin-left: -30px;
    margin-top: 8px;
    position: relative;
    z-index: 2;
    padding-right:25px;
    font-size:15px;
    color: #999;
}


.cbp-spmenu {
	background: #0284A4;
	position: fixed;
}

.cbp-spmenu h3,
.cbp-spmenu .l {
	color: #fff;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #014F64;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 340px;
	height: 100%;
	top: 0;
	z-index:99993;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 100%; /* PSC 2018-01-08 100%*/
	left: 0;
	z-index:100099;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
	margin-right:30px;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -340px;
}

.cbp-spmenu-right {
	right: -340px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -340px;
}

.cbp-spmenu-right {
	right: -340px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

.cbp-sidebar.cbp-sidebar h3 {
    background: silver;
}

.cbp-spmenu.cbp-sidebar{
    background: #d8d8d8;
}



/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -2000px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

.cbp-spmenu .cbp-keyframe{
    color: #fff;
    padding:30px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 340px;
}

.cbp-spmenu-push-toleft {
	left: -340px;
}


.cbp-spmenu .close{
    color: #fff;
    font-weight:200;
    padding:20px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}


.underlined{
    text-decoration: underline;
}


.fixMyNavBar{
	position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99980;
}


.bg-transparent{
    background:transparent!important;
}


.smart-hidden{
    display:none;
}



#brunscys-box h2{
    color: #014f64;
    font-weight:700;
    font-size:20px;
    margin:20px 0px 10px 0px;
    text-transform: none;
}


#brunscys-box .config-summary-box{
    background: rgb(10, 10, 10, 0.01);
    color: #333;
}


.config-summary-box table{
    width:100%;
    margin-bottom:20px;
    margin-top:20px;
}

.config-summary-box table td{
    width:50%;
    line-height:35px;
}

.custom-color{
    color: #014f64;
}


.border-top-5{
    border-top: 5px solid #ddd;  
}


.tp-caption .title{
	font-size:30px!important;
	color: #014f64;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom:10px;
	line-height: 32px!important;
}

.tp-caption .desc{
	
	font-size:18px;
	line-height: 20px;
	width:90%;
	margin-bottom:30px;
}

.tp-caption .xbtn{
	background-color: #014f64;
	color: #fff;
	padding:10px 20px;
	border-radius: 0px;
	font-size: 18px;
	font-weight: 400;
	display:inline;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}	

.tp-caption .xbtn:hover{
	background: #ff9900;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.big-teaser-item .title{
	height:70px;
}

.cc-banner.cc-bottom {
	z-index: 9999991!important;
	border-top:1px solid #666!important;
	padding: 5px!important;
	line-height: 20px;
	color: #666!important;
	padding-left:20px!important;
	cursor: default;
}

.home-tsr-main{
	background: #eee;
	padding:50px 0px;
}

.blm-section .inner-row{
	background:#fff;
}

.blm-section .inner-row h2{ 
	font-size:17px!important;
}

.blm-section .inner-row .desc{ 
	font-size:13px;
	line-height:25px;
	text-align: left;
}

.row img{
	display:inline-block;
} 

.btn.dsm .fa{
	color: #fff;
}

.btn.dsm{
	color: #fff;
    background: #014F64;
    line-height: 20px;
    width: 70%;
    margin: auto;
    border-radius: 0px;
	margin: 20px 0px;
}	

.btn.dsm:hover{
	background: #0284A4;
}

#psc-chat-icon{
	display:none;
}


.cat_description{
		height:430px;
	background-size:cover!important;

}


.margin-top-bottom-100{
	margin:100px 0px!important;
}

.margin-top-bottom-50{
	margin:30px 0px!important;
}

.margin-top-bottom-30{
	margin:30px 0px!important;
}


.subcat_desc{
	color: #999;
	font-size:13px;
	height:90px;
	line-height: 20px;
	margin-top:15px;
}

.mbdm{
	border: 1px solid #ccc;
    height: auto;
	padding: 10px;
	background: #fff;	
	cursor: default;
}

.mbdm:hover{
	outline: 5px solid #014F64;
	outline-offset: -5px;
	background: #fff;
}

.mbdm .btn.dsm{
	width:100%;
	margin-bottom:0px;
}

.reviews span{
	font-size:12px;
	color: #999;
}

.reviews img{
	max-width: 100px;
	float:left;
	margin-right:7px;
}

.xdec b:first-child {
	line-height:25px;
}

.xdec{
	line-height:19px;
	padding-bottom:30px;
}


#login-register-form a{
	text-decoration: underline;
}



.tooltip-inner {
	width:300px;
	min-width: 320px;
	max-width: 100%; 	
	padding:20px;
	background: rgba(1,79,100,.95);
	color: #fff;
}

.megamenu .level_a1 .lsm img{
}

#eww a:hover{
	text-decoration: none;
	color: #014f64;
}


    .slick-prev {
	  background: transparent url('../img/angel-left.png')  center center!important;
	  height:81px!important;
	  width:25px!important;
	  left: -40px!important;
	  -webkit-transition: all .1s ease;
	  -o-transition: all .1s ease;
	  transition: all .1s ease;
	}
	
	.slick-prev:before, .slick-next:before {
		content: ''!important;
    }

    .slick-next {
	  background: transparent url('../img/angel-right.png')  center center!important;
	  height:81px!important;
	  width:25px!important;
	  right: -40px!important;
	  -webkit-transition: all .1s ease;
	  -o-transition: all .1s ease;
	  transition: all .1s ease;
	}
/*	
	.slick-next:hover{
		right: -45px!important;
		-webkit-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}

	.slick-prev:hover{
		left: -45px!important;
		-webkit-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
*/


.faq-ldr a:hover{
	text-decoration: underline;
	color: #014f64;
}


.faq-answer-body{
	border:1px solid #ccc;
	padding:10px;
	display:none;
	width:90%;
	border-left:10px solid #0284a4;
}


.faq-answer-body .title{
	font-size:18px;
	font-weight: 700;
	margin-bottom:15px;
}

.faq-answer-body .content{
	font-size:14px;
	line-height:20px;
}

.mrgauto{
	margin-left:auto;
	margin-right:auto;
}


.slick-slider{
	background: transparent!important;
}



.btn.btn-seconary{
	background: #999;
	color: #fff;
}

.btn.btn-seconary:hover{
	background: #777;
	color: #fff;
}

.home-tsr-main h3{
	margin-bottom:10px;
	border-bottom:1px dashed #999;
	padding-bottom:5px;
	margin-top:50px;
}

.home-tsr-main .home-bullets{
	line-height:20px;
	background: url(/images/custom/arrow_highlight.gif) left 0% no-repeat;
	padding-left:30px;
	margin-bottom: 5px;
}

.lms-infobox{
	border:1px solid #014F64;
	margin-bottom:20px;
}

.lms-infobox h4, .kko{
	color: #fff;
	background: #014F64;
	padding:5px 10px;
	font-weight: 600!important;
	font-size:13px;
	margin:0px!important;
	font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

.lms-infobox .text{
	padding:0px 10px 10px;
}

.attributes_list{
	padding-left: 0px;
	list-style-type: none;
	margin-top:20px;
}
.attributes_list .fl_line{
	color: #333;
	margin-bottom:4px;
	margin-top:10px;
	text-transform: uppercase;

}

.attributes_list hr{
	margin:5px 0px;
    background: #ccc;
    color: #ccc;
}
/*
.flying-eckout-btn{
	position: fixed;
    top: 280px;
    right: 20px;
}
*/




ul.progress-bar {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
	list-style: none;
	background: transparent;
	box-shadow: none;
}

li.section {
    display: inline-block;
    padding-top: 45px;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: gray;
    vertical-align: top;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.section:before {
    content: ' ';
    position: absolute;
    top: 2px;
    left: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
    color: white;
    border: 2px solid white;
    border-radius: 17px;
    line-height: 30px;
    background: gray;
}
.status-bar {
    height: 2px;
    background: gray;
    position: relative;
    top: 20px;
    margin: 0 auto;
}
.current-status {
    height: 2px;
    width: 0;
    border-radius: 1px;
    background: #0099BC;
}

@keyframes changeBackground {
    from {background: gray}
    to {background: #0099BC}
}

li.section.visited:before {
	content: '\2714';
	color: #fff;
    animation: changeBackground .5s linear;
    animation-fill-mode: forwards;
}

li.section.visited.current:before {
    box-shadow: 0 0 0 2px #0099BC;
}

.app_box_container{
	list-style-type: none;
    padding: 0px;	
}

.checkout-form-heading{
	margin-top:20px
}

.checkout-form-heading::before{
	top:3px;
}

.checkout-form-heading{
	padding-left:17px;
	font-size:1.1em;
}

.cfCaption{
	/*width:300px;*/
	font-size:12px;
}

.cfInputs{
	font-size:12px;
}

.cfCaption, .cfInputs {
	padding:5px 0px;
}

.cfWarning textarea, .cfWarning [type="text"], .cfWarning [type="checkbox"], .cfWarning [type="radio"]{
	border:1px solid #cc0000!important;
	background: #fff;
}


.cfeInput[type="text"],
.cfeInput[type="number"]{
	display: block;
    width: 60%;
    height: 45px;
    padding: 10px 15px;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
	border-radius: 0!important;
	border-width: 1px;
	line-height:19.5px;
	height:33px	;
	font-weight:400;
	font-size:13px;
}

.agbframe h1,.agbframe h2 {
	font-size:15px;
	color: #999!important;
	font-weight: 600;
	margin:13px 0px;
}

.agbframe p{
	font-size:13px;
	line-height:23px;
	margin-bottom:20px;
}

.cmp-row{
	height:160px;
	border:1px solid #ccc;
	padding:20px 0px;
	margin-top:10px;
	-webkit-transition: all .1s ease-in-out ;
	-o-transition: all .1s ease-in-out ;
	transition: all .1s ease-in-out ;
/*	cursor: default; */
}

.cmp-row:hover{
	outline: 5px solid #014F64;
    outline-offset: -5px;
	background: #fff;
	-webkit-transition: all .1s ease-in-out ;
	-o-transition: all .1s ease-in-out ;
    transition: all .1s ease-in-out ;
}	

.cmp-row .fa{
	color: #014F64;
	font-weight: 400;
	width:15px;
}


.btn.dsm.small.bgorange{
	background: #ff9900!important;
}


.btn.dsm.small.bggray{
	background: #999!important;
}

.btn.dsm.small.bggray:hover{
	background: #014F64!important;
}

.btn.dsm.small .fa{
	color: #fff;
	font-weight:700;
}

.btn.dsm.small{
	color: #fff!important;
    background: #014F64!important;
    line-height: 20px;
    margin: auto;
	border-radius: 0px;
	width: 100%;
    font-size: 12px;
    display: inline-block;
    padding: 5px;
    margin: 6px 3px 4px 0px;	
}

.wAuto{
	width:auto!important;
}

.w100{
	width:100%!important
}

.bsm-button{
	text-align: center;
	color: #fff;
	font-weight: 700;
	background: #999;
	padding:10px;
	height:90px;
	-webkit-transition: all .1s ease-in-out ;
	-o-transition: all .1s ease-in-out ;
	transition: all .1s ease-in-out ;
}

.bsm-button:hover{
	background: #014F64!important;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .1s ease-in-out ;
	-o-transition: all .1s ease-in-out ;
	transition: all .1s ease-in-out ;
}	

.sora{
	font-size:22px;
	color: #efefef;
	font-weight: 300;
	margin-bottom:10px;
}

.qf_border{
	background: #0284A4;
	background-image: url(../img/check-white-hi.png);
	background-size: 45px;
	background-repeat: no-repeat;
	background-position: 95% 95%
}

.xs-search-bsm{
	display:none;
}

.details-psm-det{
	display:none;
}

.lmbggray.italic{
	font-style: italic;
}

.lmbggray{
	background: #efefef;
	text-align: right;
	font-weight: 700;
	width:40%;
}

.imbborder{
	border:1px solid #efefef!important;
	padding:5px;
}

.msa{
	border-collapse: inherit!important;
    border-spacing: 3px!important;	
}

.lmbbghl{
	color: #fff;
    background: #014F64
}

.lmbbghl2{
	background: #ff9900;
	color: #fff;
}

.cmp_h2{
	color: #014f64;
    font-weight: 700;
    font-size: 30px;
    margin: 20px 0px;
	text-transform: none;	
	padding-left:0px!important;
}


.lmbggray.final{
	font-size: 1.1em;
    color: #0069A1;
    font-weight: bold;
    line-height: 1.1em;
    background: #E6E6FA;
    padding: 5px;
	border: 1px solid #bbb;
	padding:20px 8px;
}


.l-r-bd{
	border-left:1px dashed #999;	
	border-right:1px dashed #999;
}

 
.compare_row .dsm{
	background: #ff9900;
	color: #fff;
}

.compare_row .fa.fa-info-circle{
	color: #999;
}


.getdetails_oc{
	opacity: 0.5;
	font-size:13px;
	font-weight: 200;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor:pointer;
}

.getdetails_oc:hover{
	opacity: 1.0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
    transition: all .3s ease;
}

.wsm{
	width:100px;
	float:right;
}

.dashed_border_gray{
	border:2px dashed #ccc;
}

#load_from_id{
	background: #014f64;
	height:80px;
	padding:3px;
	display:none;
	padding:20px;
}

#load_from_id input{
	border:1px solid #ccc;
	line-height:25px;
	padding:2px 10px;
	width:300px;
	text-align: center;
}

.ams{
	background: #014f64!important;
}

.cosInfo{
	position: fixed;
	bottom: -1000px;
	left: 0px;
	width:180px;
	min-width: 144px;
	padding:10px;
	text-align: center;
	height:auto;
	background: #0099BC;
	color: #fff;
	font-size:12px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);
	box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);	
}

.cosInfo span{
	font-size: 17px;
	font-weight: 700;
}

.effCosInfo{
	position: fixed;
	z-index:222369;
	bottom: -1000px;
	left: 0px;
	width:auto;
	cursor: pointer;
	min-width: 144px;
	padding:10px;
	text-align: center;
	height:auto;
	background: #0099BC;
	color: #fff;
	font-size:12px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);
	box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);	
}

.effCosInfo div,
.cosInfo div{
	margin:7px 0px;
}

.effCosInfo span{
	font-size: 22px;
	font-weight: 700;
	text-decoration: underline;
}

.cuaccBox {
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 15px;
}

.toggle_cart{
	width:400px;
	background: #fff;
	padding:10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.toggle_cart li{
	border-radius: 0px;
	border: 0 none;
	border-bottom:1px solid #efefef;
	
}


.autocomplete_content .img-thumbnail{
	border-radius: 0px;
	border: 0 none;
	border-bottom:1px solid #efefef;
}

.checkout{
	margin-bottom:2px
}

.paymentinfotable{
	font-size: 9px
}

.w100px{
	width:100px;
	height:auto;
}



.slick-prev{
    background:#000;
    width:50px;
    height:50px;
    position:relative;
    left:0;
    top:50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
}

.slick-next{
    background:#000;
    width:50px;
    height:50px;
    position:relative;
    right:0;
    top:50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
}


.markAsDeletedFile{
	color: #bbb;
	text-decoration: line-through
}

.customers_section_prds_list ul{
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
	margin-top:30px;
}


.customers_section_status_list .fa{
	display:none;
}

.lms-infobox-odets{
	font-size:11px;
}

.lms-infobox-odets .kko{
	color: #fff;
	background: #aaa;
	padding: 6px 15px 6px 15px;
	font-size: 12px;
}

.lms-infobox-odets .kko br{
	display:none;
}


.lms-infobox-odets .padding-10{
	padding:3px 0px 1px 15px!important;
	font-size:11px;
}

.a1{
	background: #dfdfdf;
}

.a2{
	background: #efefef;
}

.pps thead{
	background-color: transparent!important;
}

.sxse{
	display:none
}

.products_qty_count_button{
    border: 1px solid #ccc;
    font-size: 10px;
    line-height: 25px;
	text-align:center;
    padding: 10px;
    position: relative;
	top:3px;
    background: #f4f4f4;
	display:inline;
    color: #000;
    -webkit-transition: all 0.1 linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}


.products_qty_count_button:hover{
	cursor:default;
	background: #D9ECFF;
    -webkit-transition: all 0.1 linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}

.product_qty{
    border: 1px solid #ccc;
    border-left:0px;
    border-right:0px;
    font-size: 15px;
    line-height: 20px;
	text-align:center;
    padding: 7px;
	margin:0px;
	margin-left:-4px;
    position: relative;
	top:5px;
    background: #fff;
	display:inline;
    color: #000;
}

.product_qty input, .product_info .product_qty input:focus{
	width: 55px;
	border-radius:0px;
	border:0px;
    box-shadow: none;
	text-align:center;
    padding:0px;
    color:#000;
    height: auto;
}

.burger-fa{
	text-align: center
}

.burger-fa .fa{
	color: #fff;
	font-size:22px;
	padding: 10px 0px;
}

.revSectionXps .fa{
	font-size:15px
}

.revSectionXps{
	cursor: pointer;
}

.prax{
	float:left;
}

.cfInputs{
	width:600px!important;
}

.cfCaption{
	min-width:300px!important;
}

.mws90{
	width:150px!important;
}


.mws89{
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}


.dmku{
	display:table-cell!important;
	width:250px!important;
}


.submit-btn{
	line-height: 30px;
    background: #ff9900;
    border: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
	transition: all .3s ease;
	line-height:20px;
	padding:30px;
	border-radius: 0px;
	color: #fff;
	font-size:16px;
	font-weight:700;
	width:100%
}

.submit-btn:hover{
	background: #014f64;	
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;	
}

.hidden-dt{
	display:none!important;
}

.sliSla-msw{
	width:1140px;
	margin:auto;
}


.mixxxer-cost-section div.psm{
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px);
	overflow: hidden;
	text-overflow: ellipsis;	
	float:left;
}

.mixxxer-cost-section div.price{
	white-space: nowrap;
	overflow: hidden;
	width:50px;
	float:right; 
	text-align: right;
}


#mixxxerAddCart .btn{
	margin-left:1px;
}

input[type="radio"], 
input[type="checkbox"]{
	margin-right:3px;
}


@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	h4{
		margin-top:20px;
	}

	.hidden-dt{
		display:inline-block!important;
	}

	#button_checkout_confirmation{
		max-width:100%;
		word-wrap:break-word;
	}

	#mixxxer_summary_heading{
		margin-top:0px!important;
		font-size:18px;
		text-decoration:underline;
	}

	.paymentinfotable{
		margin:auto;
		text-align:left;
	}

	.xs-noborder{
		border:0 none!important;
	}

	.xs-center-text{
		text-align:center;
	}

	#compare-filters select{
		width:49%!important;
	}

	.xs-nopadding{	padding:0px!important; }
	.xs-padding-10{	padding:10px!important; }
	.xs-nopadding-top{	padding-top:0px!important; }
	.xs-nopadding-left{	padding-left:0px!important; }
	.xs-nopadding-right{padding-right:0px!important; } 

	.xs-padding-top-10{	padding-top:10px!important; }
	.xs-padding-top-20{	padding-top:20px!important; }
	.xs-padding-top-30{	padding-top:30px!important; }

	.xs-margin-bottom-10{	margin-bottom:10px!important; }

	.big-teaser-item .desc{
		height: 230px!important;
	}

	.prax{
		float:unset;
	}

	.cfInputs,
	.cfCaption{
		width:100%!important;
	}

	.cfeInput[type="text"], .cfeInput[type="number"]{
		width:100%!important;
	}

	.xs-max-width-40{
		width:40px;
	}

	.bottom-partners .ts{
		padding-right:0px;
	}

	.xs-btn-100-prc .btn{
		width:100%;
		margin-top:20px!important;
	}

	.bottom-partners .fs{
		background: #eee;
		padding:6px;
		height:56px;
		margin-bottom:10px;
	}


	.canvasmenu, 
	.canvasmenu .navbar-brand{
		padding-left:0px!important;
	}

	.color_more{
		float: left;
	}

	h4.eba{
		margin-top:5px!important;
	}

	.cost-line{
		min-height:2.2em;
	}

	.blo{
		float: unset!important;
	}

	.nss{
		width:40%!important;
	}


	.sv-rbadge-rb4fx{
		margin-left: -60px;
	}

	.xs-pull-left{
		float: left !important;
	}


	#main_container h1{
		font-size:21px;
		margin-bottom:0px;

	}


	.home-tsr-main .home-bullets {
		line-height: 21px;
		background-position-y: 2px;
		margin-bottom:10px;
	}

	.upload-area{
		margin-top:20px;
	}


	.upload-area span{
		line-height: 40px!important;
		padding:22px 0px;
	}


	.agbframe p{
		display:none;
	}


	.homesite img{

		width:100%;

	}

	.home-tsr-main h3{
		margin-top:10px;
	}

	.compare_row img{
		width:30%!important;
		padding-bottom:20px;
	}


	#logo1{
		padding:15px!important;
		margin:auto!important;
	}

	.qf_border{
		background-image:url(none);
	}


	#footer{
		text-align: center
	}


	#footer .box-heading{
		padding:30px 0px 10px 0px;
		height:auto;
	}

	.tsl{
		text-align: center!important;
		margin-top:20px;
	}

	.tp-caption{
		width:80%!important;
		max-width: 80%!important;
	}

	#load_from_id{
		height:120px;
	}

	#load_from_id input{
		width:100%;
	}

	.owl-controls{
		display:none!important;
	}

	#cart_quantity h3{
		font-size:17px;
	}


	.cat_description{
		display:none;
	}

}


@media only screen and (min-width : 481px) and (max-width : 768px) {

	#compare-filters select{
		width:13%!important;
	}

	#load_from_id input{
		width:70%;
	}

	.isome{
		width: 100%;
		overflow-x: hidden!important;
		float:none;
	}

	.sxse{
		display:inline-block;		
		font-size:11px;
		color: #fff;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.isome{
		width:100%;
		overflow-x: hidden!important;
		float:none;
		text-overflow: ellipsis;		
		max-width: 75ch;		

	}


	.effCosInfo br,
	.effCosInfo u{		
		display:none;
	}

	.effCosInfo{
		width:100%;
	}

	.effCosInfo span{
		font-size:16px;
	} 

	.push-right-xs{
		float: right !important;
	}

	.push-left-xs{
		float:left !important;
	}

	.xns h4{
		margin-top:30px;
	}

	.xns{
		float: left !important;
		width:100%;
		margin-top:20px;
	}

	.paymentinfotable{
		margin:auto;
	}

	.paymentinfotable td{
		text-align: left;
	}

	.cmp-row{
		height:auto!important;
	}

	.l-r-bd{
		border:0 none;
	}

	.tp-caption{
		width:53%!important;
		max-width: 53%!important;
		left:10px!important;
	}

	.compare_row img{
		width:70px!important;
		padding-bottom:20px;
	}

	.tp-caption .title{
		font-size:19px!important;
		font-weight: bold;
		line-height: 20px!important;
	}

	.tp-caption .desc,
	.tp-caption .desc b{
		font-size:14px!important;
		line-height:16px!important;
		font-weight:0!important;
	}

	.tp-caption .xbtn{
		font-size:18px!important;
	}

	.slick-prev{
		left: -10px!important;
		z-index: 9999;
		height: 50px!important;
	}

	.slick-next{
		right: -10px!important;
		z-index: 9999;
		height: 50px!important;
	}	

	.reviews img{
		max-width: 200px;
		float:none;
		margin-right:7px;
	}

	.xs-nopadding{	padding:0px!important; }
	.xs-padding-10{	padding:10px!important; }
	.xs-nopadding-top{	padding-top:0px!important; }
	.xs-nopadding-left{	padding-left:0px!important; }
	.xs-nopadding-right{padding-right:0px!important; } 

	.xs-padding-top-10{	padding-top:10px!important; }
	.xs-padding-top-20{	padding-top:20px!important; }
	.xs-padding-top-30{	padding-top:30px!important; }

	.xs-margin-top-30{	margin-top:30px!important; }

	.xs-margin-bottom-10{	margin-bottom:10px!important; }

	.xfz-price{
		margin:20px 0px!important;
		font-weight: bold!important;
		color: green;
		font-size:27px!important;
	}

	.sv-rbadge-rb4fx{
		margin-left: -80px;
	}

	.canvasmenu{
		padding-left:0px!important;
	}

	.bottom-partners .fs{
		background: #eee;
		padding:6px;
		height:90px;
		margin-bottom:10px;
	}

	.hidden-dt{
		display:inline-block!important;
	}

	.big-teaser-item .desc{
		height:210px;
	}

	.owl-controls{
		display:none!important;
	}

	.dsm-hidden{
		display:none!important;
	}

	#footer{
		text-align: center
	}


	#footer .box-heading{
		padding:30px 0px 10px 0px;
		height:auto;
	}

	#logo1{
		padding:15px!important;
		margin:auto!important;
	}

	.xs-center-text{
		text-align:center;
	}

	.fullwidthbanner{
		height:250px!important;
	}

	.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption{
		height:auto!important
	}

	.cuaccBox{
		text-align: center;
	}

	.cuaccBox h4{
		display: none;
	}

	.cuaccBox .btn{
		margin-bottom:20px;
	}


	.mixxxer_item_box{
		margin:0px 12px;
	}

}

@media only screen and (min-width : 768px ) and (max-width : 992px) {

	.tp-caption .title{
		font-size:19px!important;
		font-weight: bold;
		line-height: 20px!important;
	}

	.sv-rbadge-rb4fx{
		margin-left: -70px;
	}

	#footer{
		text-align: center
	}

	#footer .box-heading{
		padding:30px 0px 10px 0px;
		height:auto;
	}

	.tp-caption .desc,
	.tp-caption .desc b{
		font-size:14px!important;
		line-height:16px!important;
		font-weight:0!important;
	}

	.tp-caption .xbtn{
		font-size:18px!important;
	}

	#logo1{
		padding:10px 0px!important;
	}


	.mixxxer_item_box{
		margin:0px 12px;
	}

	.cuaccBox .btn{
		margin-bottom:20px;
	}

	.cuaccBox{
		text-align: center;
	}

	.cuaccBox h4{
		display: none;
	}

	.slick-prev{
		left: -10px!important;
		z-index: 9999;
		height: 50px!important;
	}

	.slick-next{
		right: -10px!important;
		z-index: 9999;
		height: 50px!important;
	}	


	.effCosInfo br,
	.effCosInfo u{		
		display:none;
	}

	.effCosInfo{
		width:100%;
	}


	.effCosInfo span{
		font-size:16px;
	} 

	.hidden-dt{
		display:inline-block!important;
	}

	.hidden-xs{
		display:none!important;
	}

	.sxse{
		display:inline-block;		
		font-size:11px;
		color: #fff;
	}


	.l-r-bd{
		border:0 none;
	}

	.xs-nopadding{	padding:0px!important; }
	.xs-padding-10{	padding:10px!important; }
	.xs-nopadding-top{	padding-top:0px!important; }
	.xs-nopadding-left{	padding-left:0px!important; }
	.xs-nopadding-right{padding-right:0px!important; } 

	.xs-padding-top-10{	padding-top:10px!important; }
	.xs-padding-top-20{	padding-top:20px!important; }
	.xs-padding-top-30{	padding-top:30px!important; }

	.xs-margin-bottom-10{	margin-bottom:10px!important; }

	.xs-margin-top-30{	margin-top:30px!important; }

	.xfz-price{
		margin:20px 0px!important;
		font-weight: bold!important;
		color: green;
		font-size:27px!important;
	}

	.compare_row .col-xs-12{
		width:100%;

	}

	.compare_row img{
		width:60px!important;
		padding-bottom:20px;
	}


	#compare-filters select{
		width:20%;
		margin-bottom:3px;
	}

	.reviews img{
		max-width: 200px;
		float:none;
		margin-right:7px;
	}

	.cmp-row{
		height:160px;
		border:1px solid #ccc;
		padding:20px 0px;
		margin-top:10px;
		-webkit-transition: all .1s ease-in-out ;
		-o-transition: all .1s ease-in-out ;
		transition: all .1s ease-in-out ;
		cursor: default;
	}

	.cmp-row {
		height: auto!important;
	}

	.xs-noborder{
		border:0 none!important;
	}

	.xs-center-text{
		text-align:center;
	}


	
	.cmp-row:hover{
		outline: 5px solid #014F64;
		outline-offset: -5px;
		background: #fff;
		-webkit-transition: all .1s ease-in-out ;
		-o-transition: all .1s ease-in-out ;
		transition: all .1s ease-in-out ;
	}	
	
	.cmp-row .fa{
		color: #014F64;
		font-weight: 400;
	}
	

	.col-sm-3{
		width:50%;
		margin-bottom:5px;
	}

	.owl-controls{
		display:none!important;
	}

	.owl-item {
/*		width: 350px!important; */
	}

	.big-teaser-item .desc{
		height:230px!important;
	}

	.canvasmenu{
		padding-left:0px!important;
	}


	.bottom-partners .fs{
		background: #eee;
		padding:6px;
		height:90px;
		margin-bottom:10px;
	}

}
		

@media only screen and (max-width : 1200px) {


	.xs-nmc{
		float: unset;
	}

	#register-form-password-section{
		margin-top:20px;
	}


	.customers_section_status_list .mws89{
		display: block!important;
	}

	.customers_section_status_list .dmku{
		width:100%!important;
	}

	.dmku{
		display:table-cell;
		width:140px!important;
	}

	.xs-search-bsm input{
		border-radius: 0px;
		background: rgba(1,79,100,0.8);
		border:0 none;
		border-bottom:1px solid #eee;
		letter-spacing: 3px;
		color: #fff;
		border-top:1px solid #fff;
	}

	.xs-search-bsm .close{
		top:17px;
		position: absolute;
		right:15px;
	}

	.xs-search-bsm .suggestionsBox{
		width:100%;
	}

	.xs-search-bsm button{
		top:5px;
		right:50px;
		color: rgba(255,255,255,0.6);
	}

	.xs-search-bsm{
		display:none;
		z-index:5845789;
		background: rgba(255,255,255,0.9);
		position:fixed;
		width:100%;
		height:100vh;
		top:0px;
		left:0px;
	}

	.mixxxer-tariff-section,
	.mixxxer-cost-section,
	.mixxxer-cost-section2{
		font-size:12px!important;
	}

	.lmbggray .xmp{
		width:80%;
	}

	.table.msa .lmbbghl,
	.table.msa .lmbbghl .getdetails_oc,
	.table.msa .lmbggray,
	.table.msa .imbborder,
	.table.msa .text-left,
	.table.msa .text-right{
		font-size:11px;
	}

	.fa.fa-info-circle{
		display:none!important;
	}


	#psc-chat-icon{
		display:none!important;
	}	

	.owl-carousel.featured .owl-controls .owl-prev,
	.owl-carousel.featured .owl-controls .owl-next{
		top:45%;
	}

	.owl-carousel.featured .owl-controls .owl-next{
		right: -30px;
	}

	.owl-carousel.featured .owl-controls .owl-prev{
		left: -30px;
	}

	.owl-carousel.featured .owl-controls .fa{
		font-size:60px;
	}


	#compare-filters select{
		margin-right:2px;
		border: 1px solid #E5E7E9;
		max-width: 105px;
	}


	#compare-filter-reset{
		margin-top:5px!important
	}

	.md-size-12{
		font-size:9.5pt!important;
	}

	.slick-prev{
		left:-20px!important;
		height:50px!important;
	}

	.slick-next{
		right:-18px!important;
		height:50px!important;
	}
	
}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
}



.uplselect-k1:hover,
.uplselect-k2:hover{
	outline: 5px solid #014F64;
	outline-offset: -5px;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
    transition: all .1s ease;
    background: #fff;
}



.uplselect-k1,
.uplselect-k2{
	border:1px solid #ccc;
	background: #efefef;
	min-height:300px;
	padding:20px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
    transition: all .3s ease;
	text-align: center
}


.uplselect-k1 .bl,
.uplselect-k2 .bl{

}


.uplselect-k1 .d,
.uplselect-k2 .d{
	margin-top:20px;
	font-size:12px;
	line-height:22px;
	min-height:130px;
}


.uplselect-k1 .t,
.uplselect-k2 .t{
	font-size:20px;
	color: #014f64;
	font-weight:700;
}

.contact-upl-desc{
	border:1px solid #cc0000;
	padding:10px;
}

.contact-upl-desc div{
	font-size:13px;
	color: #cc0000;
	margin-bottom:10px;
	font-weight: 700;
}

.lmbggray .xmp{
	float:left;
}

.href-no-ul{
	text-decoration: none!important;
}


ol#address_block{
	padding: 0px;
	list-style-type: none;
}

ol#address_block li{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom: 2px solid #efefef;
}

ol#address_block li label{
	padding-left:10px;
	font-size:14px;
	font-weight: 700;
}

ol#address_block li span.address{
	padding-left:25px;
}

.efex_container{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	margin-bottom:5px;
}

.efex_right{
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	float: left;
}

.efex_left{
	white-space: nowrap;
	overflow: hidden;
	width:20px;
	float:left; 
	text-align: left; 
}

.bbl_left{
	border: 1px solid red;
}

.clearfix{
	float: none;
}


.lsm_indent{
	margin-left: 1.2em; 
	text-indent: -0.6em;
}

.cc-window{
	border: 1px solid #999;
}

.cc-banner .cc-message{
	flex:unset;
}


#csm_m{
	display: none;
	border:1px solid #efefef;
	padding:25px 12px;
	font-weight: 400;
	line-height:23px;
	background: #d8d8d8;
	text-align: center;
}

#csm_m .t{
	font-weight: 700;
}



.cc-settings{
	z-index:999991!important;
}







	.search-result-list-contents{
		border:1px solid #efefef;
		padding:15px;
		margin-bottom:15px;
	}

	.search-result-list-contents .ii{
		height:100%;
		float:left;
	}

	.search-result-list-contents img{
	}

	.search-result-list-contents .title{
		color: #000; 
		font-weight: bold;
		font-size: 13px;
		margin-left:0px;
	}

	.search-result-list-contents .text{
		margin-top:10px;
		font-size:12px;
		color: #999;
	}


