﻿ /*
#region !!====={ Version Information }=====!!
%~%@ < 2.0000 > @%~%				// File Version
%~%# < 03/06/2017 > #%~%			// File Mod Date
%~%! < _Cart CSS > !%~%             // Cart Module
%~%^ < 2.0000 > ^%~%				// Minimum Core Version
#endregion ==================================
*/
@charset "utf-8";

/* --------------------------------------------------------------------------- */
/* Address Edit */
/* --------------------------------------------------------------------------- */
.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);margin-left:38px; -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: 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);}
.grabbing {cursor:url(../grabbing.html) 8 8, move;}
.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);}
.owl-buttons { width:100%; position:absolute; top:155px;}
.owl-prev { background:url(../scrollerbtnleft.html) no-repeat; width:39px; height:38px; position:absolute;left:-38px;transition: all .3s ease; -webkit-transition: all .3s ease;}
.owl-next { background:url(../scrollerbtnright.html) no-repeat; width:39px; height:38px; position:absolute;right:-38px;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;}
#prodDeetsAccBlock .owl-buttons { top:160px;}
#prodDeetsAccBlock .owl-prev { background:url(../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(../accscrollerbtnright.html) no-repeat; width:40px; height:38px; position:absolute;right:-38px;transition: all .3s ease; -webkit-transition: all .3s ease;}

@media (max-height: 800px) {
    .productScrollerSet {display: none;}}