
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel {display: none;position: relative;width: calc(100% - 76px);-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper {display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px); max-width:100%; max-height:600px; }
.owl-carousel .owl-wrapper-outer {overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight {-webkit-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item {float: left;margin:0;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {cursor: pointer;}
.owl-controls {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); float:left; width:10%;}
.grabbing {cursor:8 8, move;}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {width:80% !important; text-align:center; margin:0.3vw 10%; -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);}
.owl-buttons { width:100%; position:absolute; top:155px; display:none;}
.owl-prev { background:url(../images/scrollerBtnLeft.html) no-repeat; width:44px; height:22px; position:absolute;left:0;transition: all .3s ease; -webkit-transition: all .3s ease;}
.owl-next { background:url(../images/scrollerBtnRight.html) no-repeat; width:44px; height:22px; position:absolute;left:0; top:300px; transition: all .3s ease; -webkit-transition: all .3s ease;}
.owl-prev:hover, .owl-next:hover{ opacity:0.4;}
.owl-pagination { display:none;}

.products .owl-item .product { width:225px;float:none; margin:0 auto;}
.productScrollerSet { float:left; width:100%; margin-bottom:30px;}
h4.prodScrollerTitle { font-size:13px; color:#6b6b6b; letter-spacing:1px; border-bottom:3px solid #cacac8; padding-bottom:7px;font-weight:400;margin-bottom:0px;}

@media (max-height: 800px) {
    .productScrollerSet {display: none;}
}

#prodDeetsAccBlock .owl-buttons { top:160px;}
#prodDeetsAccBlock .owl-prev { background:url(../images/accScrollerBtnLeft.html) no-repeat; width:40px; height:38px; position:absolute;left:-28px;transition: all .3s ease; -webkit-transition: all .3s ease;}
#prodDeetsAccBlock .owl-next { background:url(../images/accScrollerBtnRight.html) no-repeat; width:40px; height:38px; position:absolute;right:-38px;transition: all .3s ease; -webkit-transition: all .3s ease;}
