



a {
    color: #039;
}

.no-scroll{
    overflow: hidden;
}

.none {
    display: none;
}

.container {
    padding-left: 5px;
    padding-right: 5px;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.left-section {
    float:left;
}

.center-section {
    float: left;
    width: 885px;
}

.cut-excess {
    /* height: 13px; */
    font-size: 13px;
    display: inline-block;
    width: 153px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.disabled {
    pointer-events: none;
    opacity: 0.7;
}

// in case your dealing with a block element apply this to the element itself 
.center-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

// in case your dealing with a inline element apply this to the parent 
.text-center {
    text-align: center
}




    .btn-red {
        font-size: 14px;
        font-weight: 600;
        padding: 17px 45px;
        font-family: "Source Sans Pro",sans-serif;
        color: #fff;
        background-color: #EE0100;
        border-radius: 4px;
        border: none;
        text-shadow: none;
        font-weight: 700;
        padding: 7px 20px;
        border-radius: 2px;
        padding: 14px 35px;
        font-size: 16px;
        font-weight: 400;
    }

    .btn-red:hover, .btn-red:active, .btn-red:focus  {
        color: white;
    }


    .btn-green {
        font-size: 14px;
        font-weight: 600;
        padding: 17px 45px;
        font-family: "Source Sans Pro",sans-serif;
        color: #fff;
        background-color: #00b941;
        border-radius: 4px;
        border: none;
        text-shadow: none;
        font-weight: 700;
        padding: 7px 20px;
        border-radius: 2px;
        padding: 14px 35px;
        font-size: 16px;
        font-weight: 400;
    }

    .btn-green:hover {
        color: white;
    }






.btn {
    border-radius: 0;
}
.slice-line {
    border: 10px 0 3px 0 black solid;
    width: 100%;
    background-color: #F3F4FF;
    border: solid #5994E6;
    border-width: 2px 0 0px 0;
}

@media only screen and (max-width: 760px) {
    .only-desktop {
        display: none;
    }
}

@media only screen and (min-width: 761px) {
    .only-mobile {
        display: none;
    }
}

.no-image{
    margin:0 auto;
}

.inline{
    display: inline;
}

.range-box{
    width: 66px;
}

.facetbox{
    max-height: 116px;
    overflow-y: scroll;
    /* border-bottom: 1px solid #929292; */
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header {
    user-select: none;
    border-bottom: 1px solid #dbdbdb;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #dbdbdb;
    font-weight: bold;
}

#srch-term {
  width:300px;
  -webkit-transition:width 0.3s ease-in-out;
}

#srch-term:focus  {
  width:350px;
  -webkit-transition:width 0.5s ease-in-out;
}

#word-filter {
  width:140px;
  -webkit-transition:width 0.3s ease-in-out;
}

#word-filter:focus  {
  width:145px;
  -webkit-transition:width 0.5s ease-in-out;
}

.left-menu {
    float: left;
    border: 1px solid #dbdbdb;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 2px;
    width: 225px;
    margin-right: 15px;
}

.left-menu #category-list {
    min-height: 100px;
    max-height: 400px;
overflow-y: scroll;
}

.left-menu .item-count{
    color:#D7D1D1;
}

.lm-1 {
    margin-left:15px;
}

.lm-2 {
    margin-left:30px;
}

.lm-3 {
    margin-left:45px;
}
.lm-4 {
    margin-left:60px;
}
.lm-5 {
    margin-left:70px;
}
.lm-6 {
    margin-left:80px;
}
.lm-7 {
    margin-left:85px;
}
li {
    margin: 0px;
}

.btn{
        font-weight: 900;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.product {
    float: left;
    width: 115px;
    height: 106px;
    margin: 3px 3px 10px 3px;
    text-align: center;
    
}
.product-title {
    height: 13px;
    font-size: 11px;
    display:inline-block;
    width:117px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;

}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}
.btn-primary.btn-outline {
    color: #428bca;
}
.btn-success.btn-outline {
    color: #5cb85c;
}
.btn-info.btn-outline {
    color: #5bc0de;
}
.btn-warning.btn-outline {
    color: #f0ad4e;
}
.btn-danger.btn-outline {
    color: #d9534f;
}
.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
    color: #fff;
}

.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}

.dropdown-menu {left: -82px;}
.dropdown-menu li {width: 93%;}

::-webkit-scrollbar {
    height: .75em;
    background: rgba(#000, .15);
}
::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 5px;
}

.fade {
    opacity: .6;
}
.fade:hover {
    opacity: 1;
}

    .mobile-backable {
    display: none;
    position: absolute;
}



.btn-open-filter, 
.btn-filter-mobile,
.mobile-modal-hide {
  display: none;
}

.btn-o {
    display: inline-block;
    padding: 9px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #437db9;
    border-radius: 2px;
    color: #fff;
    background-color: #437db9;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#6198d3,#437db9);
    background-image: -ms-linear-gradient(top,#6198d3,#437db9);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6198d3),color-stop(100%,#437db9));
    background-image: -webkit-linear-gradient(top,#6198d3,#437db9);
    background-image: -o-linear-gradient(top,#6198d3,#437db9);
    background-image: linear-gradient(top,#6198d3,#437db9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6198D3',endColorstr='#437DB9',GradientType=0);
    text-shadow: 1px 1px 0 #29619b;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),0 2px 2px -1px rgba(0,0,0,0.15);
    line-height: 1.3em;
}

.session-buttons a{
    color: white;
}
.session-buttons a:hover{
    color: white;
}


.modal-like-fullscreen {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    overflow-y: scroll;
}

.btn-ad-floating-buttons-mobile{
    display:none;
}

.btn-filter-mobile-fixed {
    text-align: center;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 48px;
    background-color: white;
    border: 1px solid black;
    padding: 4px 2px 0px 2px;
    /*background-color: #fff;*/
    /*background-color: rgba(255,255,255,0.8);*/
    background-color: #0f3b63cc;
    border: 1px solid #d5d3d3;
    border-radius: 2px;
}

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

.session-buttons a{
    font-size: 12px;
    border: 1px solid;
    margin-bottom: 3px !important;
    margin-top: 3px !important;
    padding: 4px;
    width: 95px;
    color: white;
}

.btn-ad-floating-buttons-mobile {
    text-align: center;
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 48px;
    background-color: white;
    border: 1px solid black;
    padding: 4px 2px 0px 2px;
    /*background-color: #fff;*/
    /*background-color: rgba(255,255,255,0.8);*/
    /*background-color: #0f3b63cc;*/
    background: linear-gradient(to bottom, #2781d3d9, #0d3151db);
    border: 1px solid #d5d3d3;
    border-radius: 2px;
}



.btn-filter-mobile {
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    height: 48px;
    background-color: white;
    border: 1px solid black;
    padding: 4px 2px 0px 2px;
    /*background-color: #fff;*/
    /*background-color: rgba(255,255,255,0.8);*/
    background-color: #0f3b63cc;
    border: 1px solid #d5d3d3;
    border-radius: 2px;
}


 .btn-filter-mobile a:hover{
  color: white;
 }

.btn-open-filter   {
    margin: 0 2px;
    float: left;
    width: 40%;
    /* width: 202px; */
    /* display: block; */
}

}


.bottom-btns {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: white;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#bd-main-nav{
    float:left;
    margin-top: 10px;
    /*margin-left: 25px;*/
}
@media only screen and (max-width: 760px) {
    #bd-main-nav{
        float:left;
        margin-top: 2px;
        margin-left: 5px;
    }
    .txt-45 {
        font-size: 45px;
    }
}


.txt-26 {
    font-size: 26px;
}

.txt-45-35 {
    font-size: 45px;
}

@media only screen and (max-width: 760px) {
    .txt-45-35 {
        font-size: 35px;
    }
}

.motto {
    text-align: center;
}



.footer {
    border-top: 1px solid #e4e4e4;
    width: 100%;
    color: #222;
    background-color: #f2f2f2;
    min-height: 72px;
    font-size: 15px;
}

.footer a {
  display: inline-block;
  color: #777;
  margin: 10px 0 0 28px;
  font-family: arial,sans-serif;
  line-height: 16px;
  font-size: small;
  font-size: 9pt;
}


.footer a:hover {
  text-decoration: underline;
  white-space: nowrap;
}

#cat-modal {
    padding-top: 60px;
}

.btn-open-cat {
    font-weight: bolder;
    display: block;
    text-align: center;
    width: 85%;
    margin: 4px auto;
}
.cat-section{
    width: 100%;
}

#mobile-category-list li {
    background: #caffbd !important;
    border: 1px solid gray;
    padding: 8px;
    margin: 2px;
    list-style: none;
    width: 85%;
    height: 36px;
    margin: 4px auto !important;
    font-weight: bolder;
    border-radius: 6.2px;
    box-shadow: 1px 1px 13px rgb(42 29 20 / 49%);
 }


 #mobile-category-list li a{
   width: 100%;
   display: block;
  }

 #btn-close-cat-modal {
    padding: 9px 16px;
 }

.sub-count {
    color: #a1a1a1;
    font-size: 12px;
}