/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

 /* clearfix */
 .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 93% !important;
    margin: 0 auto;
    padding: 0 !important;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://freshspoke.com/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

#glr-products {
    max-height: 280px;
    min-height: 220px;
    padding: 0;
    position: relative;
    vertical-align: top;
    height: 100%;
}

.span12 {
    width: 100%;
    min-height: 220px;
    position: relative;
    height: 100%;
}

.jim-prdt2 .item{ 
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
.jim-prdt2 {
    position: relative;
    bottom: 29px;
}

.jim-prdt1 {
    top: -16px;
}
.jim-prdt2 .item h1{
    font-size: 13px;
}


.jim-prdt2 .owl-item {
    width: 55px !important;
    height: 52px;
    display: table-cell;
    float: left;
    margin: 1px;
    text-align: center;
} 
.jim-prdt2 .owl-wrapper { 
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.jim-prdt2 .synced .item {
    border : 1px solid #a9c13b;
}
.jim-prdt2 .synced .item img {
    opacity: 1 !important;
}
.thumb-brick {
    min-height: 49px;
    width: 50px;
}
.thumb-brick img {
    width: auto;
    height: 49px;
    padding: 2px;
    margin: 0 auto;
    box-shadow: none;
    opacity: .3 !important;
}
#glr-products:hover .owl-buttons {
    opacity: 1;
}

.brick:hover .product-name-ab{
    opacity: 1;
}
.product-name-ab {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

.product-name-ab h4 {
    font-size: 16px;
    text-transform: capitalize;
}
.hover-rating {
    position: absolute;
    z-index: 99;
    right: 10px;
    opacity: 1;
    top: -4px;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
.owl-buttons {
    position: absolute;
    bottom: 29px;
    z-index: 1;
    height: 1px;
    width: 50px;
    opacity: 0;
    left: 38%;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div {
    margin: 0 !important;
    padding: 0 !important;
}
.owl-prev:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    color: #111;
    font-weight: 600;
    /* border: 1px solid #a9c13b; */
    padding: 5px;
    border-radius: 100%;
    /* background: #a9c13b; */
}

.owl-next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    color: #111;
    font-weight: 600;
    /* border: 1px solid #a9c13b; */
    padding: 5px;
    border-radius: 100%;
    /* background: #a9c13b; */
}
.owl-prev, .owl-next {
    background: transparent !important;
    opacity: .9 !important;
}

.owl-next {
    float: right;
}

.owl-prev {
    float: left;
}
.product_maker h5 {
    font-size: 16px;
    display: block;
    line-height: 1.4em;
    margin-bottom: 0;
}

.product_maker {
    padding-top: 5px;
}

.product_maker .pull-left p {
    font-size: 14px;
    color: #333;
}

.product_maker .pull-right p {
    font-size: 11px;
    color: #333;
    font-weight: 600;
}
 
.certification-list {
    width: 100%;
    position: relative;
}

.certification-list li {
    width: 45px !important;
    margin: 2px !important;
}

.product_title .fufillment-list li {
    margin: 2px !important;
    display: inline-block;
    width: auto !important;
}
ul.ai-list {
    width: 100%;
    display: block;
    padding-right: 40px;
}

ul.ai-list li {
    display: table-cell !important;
    padding: 3px;
    margin: 0 !important;
    width: auto !important;
}

ul.ai-list li a {
    color: #333;
    font-weight: 400;
    font-size: 12px;
}