.button-quick-view {
    position: absolute;
    width: 35px;
    height: 35px;
    top: auto;
    bottom: 15px;
    left: 20px;
    background-image: url(images/zoom.png);
    background-position: -55px center;
    background-repeat: no-repeat;
    background-size: 22px;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 6;
}
.button-quick-view:before {
    position: absolute;
    content: "Быстрый просмотр";
    width: 140px;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    left: 100%;
    top: 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 35px;
}
.product-grid > div:hover .button-quick-view, .product-list > div:hover .button-quick-view, .box-product > div:hover .button-quick-view, .multicarousel ul.carousel li:hover .button-quick-view {
    opacity: 1;
    filter: alpha(opacity=100);
    background-position: center center;
    left: 0;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    cursor: default!important;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxTitle {
    margin: 0;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
#cboxOverlay {
    background: #000;
}
#cboxContent {
    overflow: visible;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent {
    margin-bottom: 5px;
}
#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #7C7C7C;
}
#cboxLoadingGraphic {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 45%;
    left: 43%;
    margin-left: -75px;
    margin-top: -75px;
    z-index: 0;
}
#cboxLoadingGraphic:before, #cboxLoadingGraphic:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 49px #000, inset 0 0 49px #fff;
}
#cboxLoadingGraphic:after {
    z-index: 1;
    animation: gogo .9s infinite;
}
#cboxLoadingGraphic:before {
    z-index: 2;
    animation: gogo 1.4s infinite .2s;
}
@keyframes gogo {
    0% {
    transform: scale(0);
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    transform: scale(1);
    opacity: 0;
}
}#cboxClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    cursor: pointer;
}
#cboxClose:before {
    position: absolute;
    content: "\f136";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #aaa;
    font-size: 24px;
    text-indent: 0;
    text-align: center;
    line-height: 40px;
	transition:all 0.2s linear;
}
#cboxClose:hover:before {
    color: #333;
}