.degrade_orange {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f73a00+0,fc7e00+100 */
    background: #ee5b25; /* Old browsers */
    background: -moz-linear-gradient(top, #ee5b25 0%, #f36f24 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5b25), color-stop(100%, #f36f24)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ee5b25 0%, #f36f24 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ee5b25 0%, #f36f24 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ee5b25 0%, #f36f24 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ee5b25 0%, #f36f24 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5b25', endColorstr='#f36f24', GradientType=0); /* IE6-9 */
}

.degrade_grey {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f73a00+0,fc7e00+100 */
    background: rgb(59, 59, 59); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(59, 59, 59) 0%, rgb(100, 100, 100) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(59, 59, 59)), color-stop(100%, rgb(100, 100, 100))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(59, 59, 59) 0%, rgb(100, 100, 100) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(59, 59, 59) 0%, rgb(100, 100, 100) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(59, 59, 59) 0%, rgb(100, 100, 100) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(59, 59, 59) 0%, rgb(100, 100, 100) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(59, 59, 59)', endColorstr='rgb(100, 100, 100)', GradientType=0); /* IE6-9 */
}

.upgrade_grey {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f73a00+0,fc7e00+100 */
    background: rgb(100, 100, 100); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(100, 100, 100) 0%, rgb(59, 59,59) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(100, 100, 100)), color-stop(100%, rgb(59, 59,59))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(100, 100, 100) 0%, rgb(59, 59,59) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(100, 100, 100) 0%, rgb(59, 59,59) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(100, 100, 100) 0%, rgb(59, 59,59) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(100, 100, 100) 0%, rgb(59, 59,59) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(100, 100, 100)', endColorstr='rgb(59, 59,59)', GradientType=0); /* IE6-9 */
}
.selected-header-item{
    border-bottom : 3px solid rgba(238, 91, 37, 0.6)!important;
    padding-bottom: 15px!important;
}
.price-cat{
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
}
.price-cat:hover, .price-cat:focus{
    transform: scale(1.05);
}
.row {
    margin-right: auto!important;
    margin-left: auto!important;
}
.style-sidebar{
    top: 0;
    background-color: rgba(0,0,0,0.25)!important;
    color: white;
}
.style-top h2{
    margin: 0!important;
}
.style-table,.style-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.style-table-all{border:1px solid #ccc}
.style-bordered tr,.style-table-all tr{border-bottom:1px solid #ddd}.style-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.style-table-all tr:nth-child(odd){background-color:#fff}.style-table-all tr:nth-child(even){background-color:#f1f1f1}
.style-hoverable tbody tr:hover,.style-ul.style-hoverable li:hover{background-color:#ccc}.style-centered tr th,.style-centered tr td{text-align:center}
.style-table td,.style-table th,.style-table-all td,.style-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.style-table th:first-child,.style-table td:first-child,.style-table-all th:first-child,.style-table-all td:first-child{padding-left:16px}
.style-btn,.style-button{border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;text-align:center;cursor:pointer;white-space:nowrap}
.style-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.style-btn,.style-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.style-disabled,.style-btn:disabled,.style-button:disabled{cursor:not-allowed;opacity:0.3}.style-disabled *,:disabled *{pointer-events:none}
.style-btn.style-disabled:hover,.style-btn:disabled:hover{box-shadow:none}
.style-badge,.style-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.style-badge{border-radius:50%}
.style-ul{list-style-type:none;padding:0;margin:0}.style-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.style-ul li:last-child{border-bottom:none}
.style-tooltip,.style-display-container{position:relative}.style-tooltip .style-text{display:none}.style-tooltip:hover .style-text{display:inline-block}
.style-ripple:active{opacity:0.5}.style-ripple{transition:opacity 0s}
.style-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.style-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.style-dropdown-click,.style-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.style-dropdown-hover:hover .style-dropdown-content{display:block;z-index:1}
.style-dropdown-hover:first-child,.style-dropdown-click:hover{background-color:#ccc;color:#000}
.style-dropdown-hover:hover > .style-button:first-child,.style-dropdown-click:hover > .style-button:first-child{background-color:#ccc;color:#000}
.style-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0}
.style-check,.style-radio{width:24px;height:24px;position:relative;top:6px}
.style-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.style-bar-block .style-dropdown-hover,.style-bar-block .style-dropdown-click{width:100%}
.style-bar-block .style-dropdown-hover .style-dropdown-content,.style-bar-block .style-dropdown-click .style-dropdown-content{min-width:100%}
.style-bar-block .style-dropdown-hover .style-button,.style-bar-block .style-dropdown-click .style-button{width:100%;text-align:left;padding:8px 16px}
.style-main,#main{transition:margin-left .4s}
.style-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.style-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.style-bar{width:100%;overflow:hidden}.style-center .style-bar{display:inline-block;width:auto}
.style-bar .style-bar-item{padding:8px 16px;float:left;width:auto;border:none;outline:none;display:block}
.style-bar .style-dropdown-hover,.style-bar .style-dropdown-click{position:static;float:left}
.style-bar .style-button{white-space:normal}
.style-bar-block .style-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;outline:none;white-space:normal;float:none}
.style-bar-block.style-center .style-bar-item{text-align:center}.style-block{display:block;width:100%}
.style-responsive{overflow-x:auto}
.style-container:after,.style-container:before,.style-panel:after,.style-panel:before,.style-row:after,.style-row:before,.style-row-padding:after,.style-row-padding:before,
.style-cell-row:before,.style-cell-row:after,.style-clear:after,.style-clear:before,.style-bar:before,.style-bar:after{content:"";display:table;clear:both}
.style-col,.style-half,.style-third,.style-twothird,.style-threequarter,.style-quarter{float:left;width:100%}
.style-col.s1{width:8.33333%}.style-col.s2{width:16.66666%}.style-col.s3{width:24.99999%}.style-col.s4{width:33.33333%}
.style-col.s5{width:41.66666%}.style-col.s6{width:49.99999%}.style-col.s7{width:58.33333%}.style-col.s8{width:66.66666%}
.style-col.s9{width:74.99999%}.style-col.s10{width:83.33333%}.style-col.s11{width:91.66666%}.style-col.s12{width:99.99999%}
@media (min-width:601px){.style-col.m1{width:8.33333%}.style-col.m2{width:16.66666%}.style-col.m3,.style-quarter{width:24.99999%}.style-col.m4,.style-third{width:33.33333%}
    .style-col.m5{width:41.66666%}.style-col.m6,.style-half{width:49.99999%}.style-col.m7{width:58.33333%}.style-col.m8,.style-twothird{width:66.66666%}
    .style-col.m9,.style-threequarter{width:74.99999%}.style-col.m10{width:83.33333%}.style-col.m11{width:91.66666%}.style-col.m12{width:99.99999%}}
@media (min-width:993px){.style-col.l1{width:8.33333%}.style-col.l2{width:16.66666%}.style-col.l3{width:24.99999%}.style-col.l4{width:33.33333%}
    .style-col.l5{width:41.66666%}.style-col.l6{width:49.99999%}.style-col.l7{width:58.33333%}.style-col.l8{width:66.66666%}
    .style-col.l9{width:74.99999%}.style-col.l10{width:83.33333%}.style-col.l11{width:91.66666%}.style-col.l12{width:99.99999%}}
.style-content{max-width:980px;margin:auto}.style-rest{overflow:hidden}
.style-cell-row{display:table;width:100%}.style-cell{display:table-cell}
.style-cell-top{vertical-align:top}.style-cell-middle{vertical-align:middle}.style-cell-bottom{vertical-align:bottom}
.style-hide{display:none!important}.style-show-block,.style-show{display:block!important}.style-show-inline-block{display:inline-block!important}
@media (max-width:600px){.style-modal-content{margin:0 10px;width:auto!important}.style-modal{padding-top:30px}
    .style-dropdown-hover.style-mobile .style-dropdown-content,.style-dropdown-click.style-mobile .style-dropdown-content{position:relative}
    .style-hide-small{display:none!important}.style-mobile{display:block;width:100%!important}.style-bar-item.style-mobile,.style-dropdown-hover.style-mobile,.style-dropdown-click.style-mobile{text-align:center}
    .style-dropdown-hover.style-mobile,.style-dropdown-hover.style-mobile .style-btn,.style-dropdown-hover.style-mobile .style-button,.style-dropdown-click.style-mobile,.style-dropdown-click.style-mobile .style-btn,.style-dropdown-click.style-mobile .style-button{width:100%}}
@media (max-width:768px){.style-modal-content{width:500px}.style-modal{padding-top:50px}}
@media (min-width:993px){.style-modal-content{width:900px}.style-hide-large{display:none!important}.style-sidebar.style-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.style-hide-medium{display:none!important}}
@media (max-width:992px){.style-sidebar.style-collapse{display:none}.style-main{margin-left:0!important;margin-right:0!important}}
.style-top,.style-bottom{position:fixed;width:100%;z-index:1}.style-top{top:0}.style-bottom{bottom:0}
.style-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.style-display-topleft{position:absolute;left:0;top:0}.style-display-topright{position:absolute;right:0;top:0}
.style-display-bottomleft{position:absolute;left:0;bottom:0}.style-display-bottomright{position:absolute;right:0;bottom:0}
.style-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.style-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.style-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.style-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.style-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.style-display-container:hover .style-display-hover{display:block}.style-display-container:hover span.style-display-hover{display:inline-block}.style-display-hover{display:none}
.style-display-position{position:absolute}
.style-circle{border-radius:50%}
.style-round-small{border-radius:2px}.style-round,.style-round-medium{border-radius:4px}.style-round-large{border-radius:8px}.style-round-xlarge{border-radius:16px}.style-round-xxlarge{border-radius:32px}
.style-row-padding,.style-row-padding>.style-half,.style-row-padding>.style-third,.style-row-padding>.style-twothird,.style-row-padding>.style-threequarter,.style-row-padding>.style-quarter,.style-row-padding>.style-col{padding:0 8px}
.style-container,.style-panel{padding:0.01em 16px}.style-panel{margin-top:16px;margin-bottom:16px}
.style-code,.style-codespan{font-family:Consolas,"courier new";font-size:16px}
.style-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.style-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.style-card,.style-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.style-card-4,.style-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.style-spin{animation:style-spin 2s infinite linear}@keyframes style-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.style-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.style-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.style-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.style-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.style-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.style-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.style-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.style-animate-input{transition:width 0.4s ease-in-out}.style-animate-input:focus{width:100%!important}
.style-opacity,.style-hover-opacity:hover{opacity:0.60}.style-opacity-off,.style-hover-opacity-off:hover{opacity:1}
.style-opacity-max{opacity:0.25}.style-opacity-min{opacity:0.75}
.style-greyscale-max,.style-grayscale-max,.style-hover-greyscale:hover,.style-hover-grayscale:hover{filter:grayscale(100%)}
.style-greyscale,.style-grayscale{filter:grayscale(75%)}.style-greyscale-min,.style-grayscale-min{filter:grayscale(50%)}
.style-sepia{filter:sepia(75%)}.style-sepia-max,.style-hover-sepia:hover{filter:sepia(100%)}.style-sepia-min{filter:sepia(50%)}
.style-tiny{font-size:10px!important}.style-small{font-size:12px!important}.style-medium{font-size:15px!important}.style-large{font-size:18px!important}
.style-xlarge{font-size:24px!important}.style-xxlarge{font-size:36px!important}.style-xxxlarge{font-size:48px!important}.style-jumbo{font-size:64px!important}
.style-left-align{text-align:left!important}.style-right-align{text-align:right!important}.style-justify{text-align:justify!important}.style-center{text-align:center!important}
.style-border-0{border:0!important}.style-border{border:1px solid #ccc!important}
.style-border-top{border-top:1px solid #ccc!important}.style-border-bottom{border-bottom:1px solid #ccc!important}
.style-border-left{border-left:1px solid #ccc!important}.style-border-right{border-right:1px solid #ccc!important}
.style-topbar{border-top:6px solid #ccc!important}.style-bottombar{border-bottom:6px solid #ccc!important}
.style-leftbar{border-left:6px solid #ccc!important}.style-rightbar{border-right:6px solid #ccc!important}
.style-section,.style-code{margin-top:16px!important;margin-bottom:16px!important}
.style-margin{margin:16px!important}.style-margin-top{margin-top:16px!important}.style-margin-bottom{margin-bottom:16px!important}
.style-margin-left{margin-left:16px!important}.style-margin-right{margin-right:16px!important}
.style-padding-small{padding:4px 8px!important}.style-padding{padding:8px 16px!important}.style-padding-large{padding:12px 24px!important}
.style-padding-16{padding-top:16px!important;padding-bottom:16px!important}.style-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.style-padding-32{padding-top:32px!important;padding-bottom:32px!important}.style-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.style-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.style-left{float:left!important}.style-right{float:right!important}
.style-button:hover{color:#ccc!important;background-color:#000!important}
.style-transparent,.style-hover-none:hover{background-color:transparent!important}
.style-hover-none:hover{box-shadow:none!important}
/* Colors */
.style-amber,.style-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.style-aqua,.style-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.style-blue,.style-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.style-light-blue,.style-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.style-brown,.style-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.style-cyan,.style-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.style-blue-grey,.style-hover-blue-grey:hover,.style-blue-gray,.style-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.style-green,.style-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.style-light-green,.style-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.style-indigo,.style-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.style-khaki,.style-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.style-lime,.style-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.style-orange,.style-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.style-deep-orange,.style-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.style-pink,.style-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.style-purple,.style-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.style-deep-purple,.style-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.style-red,.style-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.style-sand,.style-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.style-teal,.style-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.style-yellow,.style-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.style-white,.style-hover-white:hover{color:#000!important;background-color:#fff!important}
.style-black{color:#fff!important;background-color:rgba(39,39,39,0.9)!important}.style-hover-black:hover{color:#fff!important;background-color:#000!important}
.style-grey,.style-hover-grey:hover,.style-gray,.style-hover-gray:hover{color:#000!important;background-color:#bbb!important}
.style-light-grey,.style-hover-light-grey:hover,.style-light-gray,.style-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.style-dark-grey,.style-hover-dark-grey:hover,.style-dark-gray,.style-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.style-pale-red,.style-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.style-pale-green,.style-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.style-pale-yellow,.style-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.style-pale-blue,.style-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.style-text-red,.style-hover-text-red:hover{color:#f44336!important}
.style-text-green,.style-hover-text-green:hover{color:#4CAF50!important}
.style-text-blue,.style-hover-text-blue:hover{color:#2196F3!important}
.style-text-yellow,.style-hover-text-yellow:hover{color:#ffeb3b!important}
.style-text-white,.style-hover-text-white:hover{color:#fff!important}
.style-text-black,.style-hover-text-black:hover{color:#000!important}
.style-text-grey,.style-hover-text-grey:hover,.style-text-gray,.style-hover-text-gray:hover{color:#757575!important}
.style-text-amber{color:#ffc107!important}
.style-text-aqua{color:#00ffff!important}
.style-text-light-blue{color:#87CEEB!important}
.style-text-brown{color:#795548!important}
.style-text-cyan{color:#00bcd4!important}
.style-text-blue-grey,.style-text-blue-gray{color:#607d8b!important}
.style-text-light-green{color:#8bc34a!important}
.style-text-indigo{color:#3f51b5!important}
.style-text-khaki{color:#b4aa50!important}
.style-text-lime{color:#cddc39!important}
.style-text-orange{color:#ff9800!important}
.style-text-deep-orange{color:#ff5722!important}
.style-text-pink{color:#e91e63!important}
.style-text-purple{color:#9c27b0!important}
.style-text-deep-purple{color:#673ab7!important}
.style-text-sand{color:#fdf5e6!important}
.style-text-teal{color:#009688!important}
.style-text-light-grey,.style-hover-text-light-grey:hover,.style-text-light-gray,.style-hover-text-light-gray:hover{color:#f1f1f1!important}
.style-text-dark-grey,.style-hover-text-dark-grey:hover,.style-text-dark-gray,.style-hover-text-dark-gray:hover{color:#3a3a3a!important}
.style-border-red,.style-hover-border-red:hover{border-color:#f44336!important}
.style-border-green,.style-hover-border-green:hover{border-color:#4CAF50!important}
.style-border-blue,.style-hover-border-blue:hover{border-color:#2196F3!important}
.style-border-yellow,.style-hover-border-yellow:hover{border-color:#ffeb3b!important}
.style-border-white,.style-hover-border-white:hover{border-color:#fff!important}
.style-border-black,.style-hover-border-black:hover{border-color:#000!important}
.style-border-grey,.style-hover-border-grey:hover,.style-border-gray,.style-hover-border-gray:hover{border-color:#bbb!important}