﻿body {
    /*    margin: 5px 20px; */
    /*FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 13px; 
    color: #000;*/
    /*background-color: rgb(238, 238, 238);*/
}


#product-content{
    background: #fff;
	padding-bottom:34px;
}

.cat-product-buttons {
    position: absolute;
    width: 98%;
    bottom: -40px;
    background-color: #fff;
    -webkit-transition: bottom 0.5s; /* Safari */
    transition: bottom 0.5s;
}

@media (prefers-reduced-motion) {
    .cat-product-buttons {
        -webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
    }
}

.item-list {
    margin: 5px;
    padding-left:10px;
    padding-right:10px;	
}

.item-gellery:hover .cat-grid-item-info .cat-product-buttons {
    bottom: 4px;
}

@media (max-width: 767px) {

    .cat-grid-item-info {
        border-top: 1px solid #E4E4E4;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
}

@media (min-width: 767px) {
    .item-gellery .cat-grid-item-info {
        border-top: 1px solid #E4E4E4;
        /*height: 60px*/;
        height: 60px;
        overflow: hidden;
        position: relative;
    }
}



.btn-show-product-style {
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
}

    .btn-show-product-style:hover {
        text-decoration: none;
    }

@media (max-width: 930px) {
    #product-content {
        text-align: center;
        /*direction: rtl;*/
    }
}



/*.cat-product-item {
    text-align: center;
    margin: 10px;
    border: 1px solid #E4E4E4;
}*/
.product-item {
    border: 1px solid #E4E4E4;
    text-align: center;
    margin: 10px;
    position: relative;

}

.cat-jaxed {
    position: relative;
    height: 220px;
    cursor: pointer;
    cursor: hand;
}

.cat-jaxed-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cat-price {
    text-align: center;
    font-size: 20px;
    color: #454545;
    font-weight: bold;
    vertical-align: middle;
    line-height:22px;
}

.cat-product-name {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #454545;
}



.product-item-price {
    font-weight: bold;
    margin: 2px 0px;
    font-size: 20px;
    line-height: 30pt;
    color: #454545;
    text-align: center;
    /*padding: 4px 0px;*/
    padding: 10px;
    border: 1px solid #E4E4E4;
    border-right: none;
    width: 49%;
}

.item-list .product-item-price {
    border-right: 1px solid #E4E4E4;
}

.product-item-header {
    margin-bottom: .5rem;
    font-size: 28px;
    line-height: 1.1;
    font-weight: bolder;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .product-item-price {
        width: 100%;
    }
}
/*left menu*/
/*.bs-docs-sidenav > li {
    border-bottom: 1px solid #bebebe;
    padding-top: 5px;
    padding-bottom: 5px;
}*/
.nav > li > .left-menu {
    display: inline;
    padding: 0px;
}

.list-unstyled > li {
    cursor: pointer;
    cursor: hand;
    text-align: left;
}

    .list-unstyled > li > a {
        color: #545454;
        text-decoration: none;
        font-weight: bold;
        font-size: 12px;
    }

/*.left-menu {
    color: #464646;
    font-size: 14px;
}*/


/*.bs-docs-sidenav > li > a:hover {
  background-color: #fff;
  background-image: none;
  filter: none;
}*/


.selected-item {
    /*font-weight: bold;*/
    color: #1d5a6d;
    /*font-size: 13px;*/
    cursor: pointer;
    cursor: hand;
    text-decoration: none !important;
    margin-left: 5px;
    /*margin-right:2px;*/
}

/*.bs-docs-sidebar > ul > li > ul  {
    background-color: rgba(237, 237, 237, 0.95);
}*/


.ui-tabs .ui-tabs-panel {
/*    background-color: rgba(237, 237, 237, 0.95);*/
}

















/*new menu*/

.wrapper-sticky {
    /*height: 278px;*/
    margin: auto;
    position: relative;
}

.leftmenu-navbar {
    z-index: 100;
}

.leftmenu-nav-stack {
    padding: 0px;
}

    .leftmenu-nav-stack > li {
        position: relative;
        padding: 7px 0;
        background-image: url('../jpg/arrow-right-lg.jpg');
        background-repeat: no-repeat;
        background-position: 100%;
        display: block;
        color: #464646;
        font-size: 14px;
        border-bottom: 1px solid #bebebe;
	text-align: right;
    }

    .leftmenu-nav-stack .leftmenu-nav-search {
        background-image: none;
    }

.leftmenu-nav-stack-name {
    display: inline-block;
    vertical-align: top;
    color: #464646;
   float: left;
  text-align: left;
  padding: 0 5px;
}

.leftmenu-nav-stack-selected-item {
    font-weight: bold;
    color: #1d5a6d;
    font-size: 80%;
    display: inline-block;
    vertical-align: top;
     margin-right:10px;
	text-align:right;
}

.leftmenu-dropup-popup {
    transition: all 400ms ease-in 0ms;
    /*width: 0px;*/
    display: none;
    background: rgba(237, 237, 237, 0.95);
    z-index: 12;
    border: 1px solid #DFDFDF;
    padding: 2px 10px 2px 10px;    
    position: absolute;
    left: 100%;
    top: 0px;
    list-style-type: none;
}

@media (prefers-reduced-motion) {
    .leftmenu-dropup-popup {
        -webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
    }
}

.dimensions-center {    
    top: -350%;    
}
.bottom-menu {
    bottom: 0px;
    top:unset;
}
.filterProPrice {
font-weight:normal;
color: #FF0000;
float:left;
margin-left:10px;
}

@media (max-width: 767px) {
    .leftmenu-dropup-popup {
        position: relative;
        left: 0%;
    }
}

.leftmenu-cat-row {
    border-top: none;
    color: #545454;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

#search-menu-container > * .leftmenu-nav-stack > li {
    cursor: pointer;
}

    #search-menu-container > * .leftmenu-nav-stack > li:hover .leftmenu-dropup-popup,
    #search-menu-container > * .leftmenu-nav-stack > li:focus .leftmenu-dropup-popup {
        display: block;
    }


/*style for brands tabs*/

/*.ui-widget-header {
    border: none; 
    background: rgba(237, 237, 237, 0.95);
    border-radius: 0;
}*/
#tabsBrands {
    border: none;
    background: rgba(237, 237, 237, 0.95);
    border-radius: 0;
}

    #tabsBrands > ul {
        border: none;
        background: rgba(237, 237, 237, 0.95);
        border-radius: 0;
        border-bottom: 1px solid #bebebe;
    }

        #tabsBrands > ul > li {
            border: none;
            background: rgba(237, 237, 237, 0.95);
            border-radius: 0;
        }

            #tabsBrands > ul > li > a {
                cursor: pointer;
                cursor: hand;
                padding-top: 2px;
                padding-right: 5px;
                padding-bottom: 2px;
                padding-left: 5px;
                font-size: 12px;
            }




#slider-width, #slider-height, #slider-length, #slider-prices, #slider-range-width, #slider-range-height, #slider-range-length, #slider-range-prices
,#slider-Lumens
,#slider-CCT
,#slider-CFM
, #slider-range-lumens
, #slider-range-cct 
, #slider-range-cfm {
    height: 5px;
    /*border: none;*/
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

    #slider-width > .ui-slider-range, #slider-height > .ui-slider-range, #slider-height > .ui-slider-range, #slider-prices > .ui-slider-range, #slider-range-width > .ui-slider-range, #slider-range-height > .ui-slider-range, #slider-range-length > .ui-slider-range, #slider-range-prices > .ui-slider-range, #slider-range-lumens > .ui-slider-range, #slider-range-cct > .ui-slider-range, #slider-range-cfm > .ui-slider-range {
        background: none repeat scroll 0% 0% #1D5A6D;
    }

    #slider-width > .ui-slider-handle, #slider-height > .ui-slider-handle, #slider-length > .ui-slider-handle, #slider-prices > .ui-slider-handle, #slider-range-width > .ui-slider-handle
, #slider-range-height > .ui-slider-handle
, #slider-range-length > .ui-slider-handle
, #slider-range-prices > .ui-slider-handle 
, #slider-range-lumens > .ui-slider-handle 
, #slider-range-cct > .ui-slider-handle
, #slider-range-cfm > .ui-slider-handle{
    top: -.3em;
    width: 1em;
    height: 1em;
    background-color: #fff;
    border: 2px solid #1D5A6D;
}


    #slider-width > .ui-corner-all, #slider-height > .ui-corner-all,  #slider-length > .ui-corner-all, #slider-prices > .ui-corner-all, #slider-range-width > .ui-corner-all, #slider-range-height > .ui-corner-all, #slider-range-length > .ui-corner-all
, #slider-range-prices > .ui-corner-all
, #slider-range-lumens > .ui-corner-all
, #slider-range-cct > .ui-corner-all
, #slider-range-cfm > .ui-corner-all{
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }


.many-result {
    display: none;
    text-align: center;
    font-size: 17px;
    line-height: 14px;
}

.price-sale {
    color: #ff5959 !important;
}



/*Start ToolTip ________________________________________________________*/


/*div.ErrorStyleToolTip {outline:none;position:relative; }*/
div.ErrorStyleToolTip {
    outline: none;
    position: relative;
}

    div.ErrorStyleToolTip strong {
        line-height: 30px;
    }

    div.ErrorStyleToolTip:hover {
        text-decoration: none;
    }

    div.ErrorStyleToolTip table {
        border-collapse: collapse;
        margin: 0px;
        border: none !important;
    }

        div.ErrorStyleToolTip table td {
            border: none !important;
        }

        div.ErrorStyleToolTip table .greek {
            font-size: 35px;
            font-family: Georgia,Vendana,Arial;
            border: none !important;
        }

        div.ErrorStyleToolTip table .text {
            border: none !important;
            line-height: 20px;
            font-family: Arial,Verdana;
            padding-left: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-right: 10px;
        }

    div.ErrorStyleToolTip div {
        float: right;
        z-index: 10;
        display: none;
        /* padding:14px 20px;*/
        /* margin-top:-35px; margin-left:28px;*/
        margin-top: 3.2%;
        margin-left: -2.9%;
        width: 550px;
        line-height: 16px;
    }

    div.ErrorStyleToolTip:hover div {
        display: inline;
        position: absolute;
        color: #111;
        top: -75px;
        left: -3px;
        border: 1px solid #DCA;
        background: #CA3937;
        color: #fff;
    }
/*.callout {z-index:20;position:absolute;top:30px;border:0;left:0%;top:-23%;}*/
.callout {
    z-index: 9999;
    position: absolute;
    top: 30px;
    border: 0;
    left: 4px;
    top: 52px;
    transform: rotate(180deg);
}

/*CSS3 extras*/
div.ErrorStyleToolTip div {
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}



.btnOrder {
    position: absolute;
    bottom: 0;
    background: #fff;
    height: 50px;
    width: 98%;
    /*padding-top:10px;*/
    border: 1px solid #fff;
}

#btnCreateOrder {
    margin-left: 45%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#clsOrderbtn {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#compareInfobutton {
    padding: 30px;
    font-family: sans-serif;
    font-size: large;
}

#compButPrint:focus {
    outline: none;
}

#compButPrint {
    text-decoration: none;
}

    #compButPrint:hover {
        text-decoration: underline;
    }

.upArrow {
    display: block;
    position: fixed;
    right: 18px;
    bottom: -50px;
    padding: 7px;
    z-index: 10;
    background: #DDDDDD;
    opacity: 0;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    border-radius: 50%;
    box-shadow: 0px 2px 5px rgba(50,50,50,0.5);
}

@media (prefers-reduced-motion) {
    .upArrow {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.scrolled {
    opacity: 0.6;
    bottom: 50px;
    
}

.upArrow:hover {
    opacity: 1;
}

@media screen and (max-width: 1200px ) {
    .product-item-price {
        border-style: hidden !important;
    }
}

.topTitleProduct {
    position: absolute;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #ffffff;
    font-weight: bold;
    font-size: 15px;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 0px;
    margin-right: 0px;
    border: 1px solid #E4E4E4;
}

.closeProductButton {
    position: absolute;
    cursor: pointer;
    top: 25px;
    left: 22px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    background: url(../png/arrow_pointing_left.png) center center no-repeat #f0f0f0;
    border: solid 1px #d6d6d6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    z-index: 99999;
}

/*Changed During Fixing*/
.newCloseProductForm {
    position: absolute;
    top: 13px;
    left: 15px;
    width: 26px;
    height: 26px;
    text-align: center;
    border: solid 1px #d6d6d6;
    border-radius: 4px;
    background: #EEEEEE;
    color: #808080;
    list-style: none;
}
/*End Changed during fixing*/
/*Added During Fixing*/
.product-dialog {
	position: fixed;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.popup-product-wrapper {
    max-height: 85%;
    overflow-y: auto !important;
}

/*End Added During Fixing*/
.l1Close {
    display: none;
}

.l2Close {
    display: none;
}

.applyStylePrice {
    display: none;
}

.applyStyleDW {
    display: none;
}

.applyStyleDH {
    display: none;
}



#navBrend {
    position: absolute;
    right: 0px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 70px;
    border: 2px solid #E5E5E5;
        top: 37px;
    z-index: 2;
   
}

    #navBrend li {
        border-bottom: 1px solid #E9E9E9;
    }

    #navBrend a {
        background-color: #F8F8F8;
        color: #000;
        padding: 5px;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        display: block;
    }

   
     @media (max-width: 1125px){
        .cat-product-buttons-list{
            width:350px;
        }
    }         

/*Changed During Fixing - changed from 767 to 768*/
@media (max-width: 768px) {
    /*End Changed During Fixing*/

    /*Changed During Fixing*/
    .product-dialog {
        position: fixed;
        max-height: none;
        overflow-y: inherit !important;
	}
	/*End Changed During Fixing*/
	
    .l1Close {
        display: block;
        width: 10px;
        height: 2px;
        background: #7C7C7C;
        transform: rotate(-43deg);
        margin-top: 8px;
        margin-left: 7px;
    }

    .l2Close {
        display: block;
        width: 10px;
        height: 2px;
        background: #7C7C7C;
        margin-top: 4px;
        transform: rotate(43deg);
        list-style: none;
        margin-left: 7px;
    }

    .applyStyle {
        display: block;
        position: absolute;
        top: 6px;
        right: 3px;
        background: #728FD2;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 3px;
        letter-spacing: 1px;
    }

    li.menuXSText {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .img-responsive {
        width: auto !important;
    }


    .compare-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 121;
    }

    #tabCompareTable .cat-head-td {
        position: static;
        width: auto;
    }

    #divCompareTable {
        padding-left: 0;
        width:100% !important;
    }

    #divCompareTable {
        width: 100%;
    }

    .cat-product-buttons {
        position: static;
        float: left;
        width: 100%;
        margin: 5px 0;
    }
    /*Changed During Fixing*/
	.newCloseProductForm {
	    position: fixed;
	}
	/*End Changed during fixing*/
     .cat-product-buttons-list{
        width:auto;
    }
}
.cat-head-td {background: #fff !important;}
.compare-grey .cat-head-td {background: #eee !important;}

.lineWidth {
    width: 100%;
    text-align: center;
    margin-left: 4px;
}
.lineWidth a  {
font-weight:normal;
}
.lineWidth {
color: #6448dd;
}
@media (max-width: 992px ) {
    .cat-product-buttons-list {
        border-top: solid 1px #e8e8e8;
        border-bottom: solid 1px #e8e8e8;
        padding: 5px 0;
    }

        .cat-product-buttons-list .btnProduct {
            /*width: 31.33333333333%;*/
             width: 22.33333333333%;
            margin: 0 1% !important;
        }
}

@media (max-width: 480px ) {
    .cat-product-buttons-list .btnProduct {
        width: 100%;
        margin: 5px 0 !important;
    }
}




@media print {
	html {
		background: #ffffff;
	}
	
	.body * {
		visibility: hidden;
		max-height: 820px;
		overflow: hidden;
	}
	#product-content{
		width: 100%;
	}
	.product-item{
		page-break-inside: avoid;
		width: 100%;
		float: left;
	}
    #upArrow,#showFooter,.searchTopMenu,.search-menu-container{
        display: none;
    }
}
.ui-slider-handle {
    top: -.7em !important;
    width: 1.7em !important;
    height: 1.7em !important;
}