/* begin: category common */

.quickView .gallery  {
    position: relative;
    overflow: hidden;
}
.quickView .gallery > a {
    float: left;
    display: block;
    position: relative;
}
.quickView .gallery  > a img {
    display: block;
}
.quickView .gallery ul.thumbs {
    float: left;
    /*background: #fff;*/
    margin: 0;
    list-style: none;
    padding: 0 0 0 1px;
}
.quickView .gallery ul.thumbs li {
    margin: 0;
    padding: 1px 0 0 0;
    cursor: pointer;
}
.quickView .gallery ul.thumbs li.empty {
    cursor: default;
}
.quickView .gallery ul.thumbs li.empty a {
    background: #eee;
}
.quickView .gallery ul.thumbs li a {
    background-color: #fff;
    display: block;
   /* width: 50px;
    height: 50px;*/
}
.quickView .gallery ul.thumbs li a img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
}
.quickView .gallery ul.thumbs li:first-child {
    padding-top: 0 !important;
}
.quickView.bottomPosition {
    display: inline-block;
}
.quickView.bottomPosition .gallery > a {
    float: none;
}
.quickView.bottomPosition .gallery ul.thumbs {
    float: none;
    padding: 1px 0 0 0;
	display: inline-block;
}

.quickView.hiddenThumbs.bottomPosition ul.thumbs {
	/*left: 50%;
	transform: translate(-50%, 0);*/
}

.quickView.bottomPosition .gallery ul.thumbs li {
    float: left;
    padding: 0 0 0 1px;
}
.quickView.bottomPosition .gallery ul.thumbs li:first-child {
    padding: 0  !important;
}
.quickView .info {
    padding: 20px;
    font-size: 14px;
    position: relative;
}
.quickView .info .name a {
    color: #000;
    text-decoration: none;
}
.quickView .info .name a:hover {
    color: #0063DC;
    text-decoration: none;
}
.quickView .info .count {
    color: #767676;
}
.quickView .info .brand {
    color: #7f7f7f;
}
.quickView .info .place {
    color: #707070;
}
.quickView .info .price {
    font-weight: bold;
}
.quickView .info .length {
    color: #7f7f7f;
}

.quickView.hiddenThumbs .gallery ul.thumbs {
    position: absolute;
    top: 0;
    right: -51px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.quickView.hiddenThumbs .gallery:hover ul.thumbs {
    right: 0 !important;
}
.quickView.hiddenThumbs.bottomPosition .gallery ul.thumbs {
    top: auto;
    right: auto;
    bottom: -51px;
}
.quickView.hiddenThumbs.bottomPosition .gallery:hover ul.thumbs {
    right: auto !important;
    bottom: 0 !important;
}
.quickView.noThumbs .gallery ul.thumbs {
    display: none;
}
.quickView ul.stats {
    border-top: 1px solid #e5e5e5;
    list-style: none;
    padding: 13px 0 0 0;
    margin: 0;
}
.quickView ul.stats li {
    float: left;
    padding: 0 10px;
    margin: 0;
    border-left: 1px solid #e5e5e5;
    text-align: center;
    color: #4877c3;
    font-size: 12px;
}
.quickView ul.stats li:first-child {
    border-left: 0;
}
.quickView ul.stats li .count {
    color: #000;
    font-size: 18px;
    display: block;
    font-weight: 600;
}
.quickView ul.stats li a {
    color: #4877c3;
    text-decoration: none;
    display: block;
    width: 50px;
}
/* end: category common */

/* begin: quickNav */
.quickView ul.quickNav {
	list-style: none;
	margin: 0;
	padding: 3px;
	background: #7f7f7f;
	background: rgba(0,0,0,0.4);
	border-radius: 3px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
}

.quickView ul.quickNav li {
    float: left;
    margin: 0;
    padding: 0 0 0 3px;
    cursor: pointer;
}
.quickView ul.quickNav li:first-child {
    padding: 0;
}
.quickView ul.quickNav li .thumb {
    display: block;
    width: 18px;
    height: 7px;
    /*background-color: #fff;*/
}
.quickView ul.quickNav li .thumb img {
    display: none;
}
.quickView ul.quickNav li.active .thumb {
    background-color: #606060;
}
/* end: quickNav */

/* begin: slider */
.sliderNavBt {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 20;
    padding: 10px;
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}
.sliderNavBt .icon{
    display: block;
	color:#ffffff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.sliderNavBt.prevPage {
    left: 10px;
}

.sliderNavBt.nextPage {
    right: 10px;
}

.sliderNavBt.disabled .icon {
    opacity: 0.2;
    cursor: default;
}
.hiddenSliderArrows .sliderNavBt {
    opacity: 0;
}
.hiddenSliderArrows:hover .sliderNavBt {
    opacity: 1;
}
/* end: slider */

/* begin: project category */
.quickView.project {display: inline-block;}

.quickView.project .gallery ul.thumbs li .thumb img {
    opacity: 0.6;
}
.quickView.project.play .gallery ul.thumbs li.active .thumb img,
.quickView.project .gallery ul.thumbs li:hover .thumb img {
    opacity: 1;
}
/* end: project category */

/* begin: clearfix */
.quickView.bottomPosition ul.thumbs,
ul.stats,.quickView.product .gallery ul.quickNav ,
.gallery {
	display: block;
}
.quickView.bottomPosition ul.thumbs:after,
ul.stats:after,
.gallery:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
/* end: clearfix */