﻿button {
    cursor:pointer
}
/*
.available{
    color:green;
}
.unavailable{
    color:red;
}
.special-order{
    color:blue;
}
*/
.list-padding li:first-child{
    padding-top:23px;
}
.scroll-wrapper > .scroll-content {
    max-height: 200px !important;
}
.categories li{
    margin-bottom:7px;
}

.categories li a{
    color: #000;
    text-decoration: none !important;
}

.brands{

}
.brand-go {
    /*height: auto !important;
    margin: 0 auto 0px;
    min-height: inherit;
    padding: 8px 10px;
    margin-right: 10px;*/
}

select{
    color: #3d3d3d !important;
    line-height: 33px !important;
    display: inline-block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding:0px 0px 0px 3px!important;
}

select option{
    color: #3d3d3d !important;
    line-height: 33px !important;
    display: inline-block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding:6px 25px 6px 5px!important;
}

.operator{
    width:28%;
}
.operator-values{
    width:70%;
    margin-bottom:5px;
}

.css-scroll{ 
    max-height:100px;
    overflow-y:auto;
    overflow-x: hidden;
}

.css-scroll::-webkit-scrollbar {
    width: 9px;
}

.css-scroll::-webkit-scrollbar-track-piece {
    background:#e0e0e0;     
}

.css-scroll::-webkit-scrollbar-thumb 
{   
    background: #dd5900;
    -webkit-box-shadow: none !important;
}
.css-scroll li {
    margin-bottom: 7px;
    }

.header-nav-drop {
    z-index:9999999;
}

.alert-notification {
    top: 5%;
    z-index: 5;
    position: fixed;
    right: 65px;
}
#autoSuggestionsList {
 border:1px solid #eee;
}
.suggestionsBox#suggestionsBox 
{   
    z-index: 9999;
    background: #ffffff;
    width: 100%;
    position: absolute;
}
#autoSuggestionsList li {
    list-style:none;
    padding-left: 11px;
    padding-top:5px;
    padding-bottom:5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    cursor:pointer;

}

    #autoSuggestionsList li:hover 
    {
        background:grey;
        color:white;
    }

.alert-notification {
        height: 39px;
padding: 11px;
    border-radius: 5px;
    color: white;
}
.alert-success {
  background: #416f60;
}
.alert-danger {
    /*background:#f0ad4e!important;*/
    background: #f2dede;
   color: #843534;
}

.table {

    padding:10px;
    margin-bottom:10px;
    
}
.table th {
    height:34px;
    padding:15px;
    background:gray;   
    color:white;

}
    .table th h4 {
        font-size: 23px;
        float:left;
    }
.table tr {
  border:1px solid #e0e0e0  ;
}

.table tr:hover:not(.compare-table-row) {
    background:#f0f0f0;
    border-bottom:1px #aaa solid;    
}
.attr-name {

}
.compare-diff td:not(.attr-name) {    
    color: maroon;
}

.compare-diff td.attr-name {
    font-weight:normal;
}   

.table tr td {
 padding:5px;    
 border-right:1px solid #e0e0e0;
}

.qty-wrapper select
{
    width: 64px; vertical-align: middle; height: 37px; padding-right:0px !important
}


.favorite-product-description_columns--right .btn-compare 
{
    color: #a1a1a5;
    margin-left: 15px;
}
.dropdown-menu-Compare{
background: #eee;
right: 0 !important;
left: inherit !important;
width:415px !important;
color:white !important;
padding-bottom:10px;
}

.alert-notification a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}
.dropdown-menu-Compare a {
    color:#333 !important;
}


.dropdown-menu-Compare li:first-child {

    height: 52px !important;
}

.dropdown-menu-Compare li:last-child {
     border-bottom:0px solid !important;
}

.dropdown-menu-Compare  li {
   padding: 15px;
    height: 115px;
    padding-bottom: 0px;
    border-bottom:1px solid #ded4d4;
}



.dropdown-menu-Compare a:hover {
    background:inherit !important;
}

.dropdown-menu-Compare img {
    float: left;
    width: 83px;
    display: block;
    margin-right: 10px;
    padding: 0 !important;
  /*  border:2px solid #416f60;*/
}

.dropdown-menu-Compare p{
    font-size:15px;
      color: #dd5900;
}

.dropdown-menu-Compare .remove-compare {
    position: absolute;
    top: 0;
    right: 0;
}

.dropdown-menu-Compare .remove-compare a {
    padding: 0px !important;
}

.dropdown-menu-Compare .compare-btn-div {
    margin-bottom:6px;
}
.compare-li  {
    text-align:right !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    border-bottom: 1px  #416f60 solid;
    padding-top: 15px;
    padding-bottom: 0px !important;
  
}
.compare-li:last-child {
      border-bottom: 0px  #eee solid;
      height:55px !important;
}
.qty-wrapper--alt {
    position:absolute;
    left: 0px;
    bottom: -27px;
    /*opacity:0.3;*/
}

.qty-wrapper--alt  select {

    text-align:right
}

.qty-wrapper--alt a {
    margin:2px !important;
    cursor:pointer;

}


.wrapper-img-poa {
    min-width:210px ;
    position:relative;
    padding-bottom: 40px;
    margin-bottom: 10px;
    text-align:center;
}
.wrapper-img-poa:hover .qty-wrapper--alt 
{
    opacity:1;
}

.hover-item .wrapper-img-poa {
    left: 0px;
    top: 5px !important;    
}

.dropdown-display
{
    display:block;
}
.grid{
    padding-left:10px;
}
.empty-cart {
    color:#333;
     height:auto !important; 
     font-size:15px; 
     border:0px;
     text-transform:initial;
     padding:5px !important;
    
}


 .qty-wrapper input[type=text],
 .product-shop input[type=text],
 .qty-wrapper input[type=number],
 .product-shop input[type=number]
{
    width:52px !important;
    text-align:right !important;
    height:36px;
}

 .cart-thumb{
     width:30%;
     display:inline-block;
     float:left;
 }
.cart-detail {
width:70%;
display:inline-block;
float:left;
} 
.qty-compare {
        width:157px;
     top:0px;
    }
    .qty-compare ul
    {
        display:none !important;
    }

        
    .qty-compare:hover ul {
        display:block !important;
        max-width:none !important;
        overflow-y:auto;
        margin-left:0px;
        height: 180px;
    }

.favorite-product-description_columns--right .form-control {
  width: 50px !important;
  text-align:right;
}
 .favorite-product-description {
            width: 100%;
            margin-left: 15px;
     }

.qty-product-wrapper {
      position: inherit !important;
            opacity: unset !important;
}
.product-listing-pager select {
padding-right:0px !important;
}
.product-details {
    padding-top:0px !important;
}

#keyword-search-button {
cursor:pointer;
}


@media screen and (min-width: 375px) 
{
    /*.list-view .qty-wrapper{
        min-width:375px;
    }*/

    .list-view i.fa { display:none; }

    .list-view i.nofa { display:inline-block; }

    .grid-view i.fa { display:inline-block;}

    .grid-view i.nofa { display:none;}

    .list-view .qty-wrapper--alt {
        display: block;
        margin-bottom: 0px;
    }

    .list-view .wrapper-img-poa {
        margin-bottom:0px;
        padding-bottom:0px;
    }

    .list-view .qty-wrapper--alt {
        position: relative;    
        bottom: 0px;    
    }
    .list-view .qty-wrapper--alt a {
        margin: 6px 0px 0px 0px !important;
    }

    .list-view .products-list > li {
        padding-bottom: 0px;
    }

    .list-view .product-info {
        width:100%;
    }
}
@media screen and (max-width: 374px) 
{
    .list-view i.fa { display:inline-block; }

    .list-view i.nofa { display:none;    }

    .grid-view i.fa { display:inline-block;}

    .grid-view i.nofa { display:none;}
}
    
   
.favorite-product img{
	max-width:80px !important;
	min-width:80px !important;
}

.favorite-product-description_columns--right input[type=text],.favorite-product-description_columns--right input[type=number]
{
    height:37px!important;

}

.product-details .grid-view .product-price-box {
    max-width:none !important;
    margin-left: 0px !important;
}

.product-details .grid-view .product-price-box li{
    width:100% !important;
}

.product-details .grid-view .wrapper-img-poa {
    text-align:center;
}

.wrapper-img-poa img{
    max-width:200px !important; 
    height:200px; 
    cursor:pointer;
    text-align:center;
    margin-right:0px !important;    
}

.product-details .wrapper-img-poa img{
    max-width:160px !important ; 
    height:160px; 
    cursor:pointer;
    text-align:center;
}

.product-details .grid-view .qty-wrapper--alt {
    position: relative !important;
}
.products-list.grid-view .qty-wrapper--alt 
{
    left: auto !important;
    right: 5px !important;
}

.grid-view header a:not(.sku){
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;    
    overflow: hidden;
    white-space: nowrap;
}

.sku {
    text-decoration:none;
    color:inherit;
    font-weight:bold;
}

.product-page-features-table-specs {
    width:25%;
}

.product-page-features-table-details {
    width:75%;
}

  
 .product-related  > .compare-quantitybreaks {
 position:absolute;
}
.tooltip.savings {
    position:relative;
}


.message{
    position:absolute;
    right:3px;
    top:20px;
    display: none;

    background: #416f60;
    color: white; 
    padding: 15px;
}

   div#pop-up {
        display: none;
        position: absolute;
        width: 280px;
        padding: 10px;
        background: #416f60;
        color: white;
        border-radius:1px;        
        font-size: 90%;
        z-index:999;
      }


    

.list-view i.fa {
    display: inline-block;
}
.btn--primary {
   
    padding: 10px 8px !important;
    
}
.grid-view .btn--primary {
    padding: 10px 12px !important;
}

.product-details .products-list.grid-view {
    border-bottom: 0px solid #e4e4e4 !important;
    margin-bottom: 0px !important; 
    padding-bottom: 0px !important;
}
        /*
.tooltip.savings i:hover .message{
    display:block;
    min-width:190px;
    min-height:auto;
}

.compare-quantitybreaks li {
    /*overflow:visible !important;* /
}

.slick-list {
 /*   overflow:visible !important;* /
}
*/
   /* .slick-list {
  overflow:visible !important;
}*/