﻿.item-box .sku {
    display: block;
}
.item-box .ajax-loading-block-window-loader {
    background-image: url('../../Content/img/ajax-loader-small.gif');
    background-repeat: no-repeat;
    background-size: 25px;
    position: absolute;
    top: 70%;
    right: 40%;
    left: 45%;
    width: 25px;
    height: 25px;
}

.custom-alax-loader .ajax-loading-block-window-loader {
    background-image: url('../../Content/img/ajax-loader-small.gif');
    background-repeat: no-repeat;
    background-size: 25px;
    top: 70%;
    right: 40%;
    left: 45%;
    width: 25px;
    height: 25px;
}
.picture .product-box-btn {
    text-align: center;
    margin-top: 10px;
}

.product-box-btn .button-1 {
    background-color: #fff;
    border: 1px solid #00adee;
    padding: 5px 10px;
    color: #00adee;
    margin-bottom: 5px;
}
.item-box .picture .attr-image img {
    position: unset;
}

.product-grid .attr-image .jcarousel-wrapper {
    padding-left: 0;
    box-shadow: none;
}

    .product-grid .attr-image .jcarousel-wrapper .jcarousel {
        width: calc(100% - 70px);
        margin: auto;
        padding-right: 0;
    }

    .product-grid .attr-image .jcarousel-wrapper .jcarousel-control-next {
        padding-left: 4px;
    }

    .product-grid .attr-image .jcarousel-wrapper.underflow .jcarousel {
        width: 100%;
    }

    .product-grid .attr-image .jcarousel-wrapper .jcarousel li {
        border: 1px solid #ddd;
        width: 36px !important;
        margin: 0 2px;
    }

.product-grid .attr-image .jcarousel img {
    margin: auto;
}
.attr-image .wrapper {
    height: 33px;
}

.item-grid .attr-image .wrapper {
    margin-bottom: 10px;
}

.k-item.k-state-hover .instant-search-item,
.k-item.k-state-focused .instant-search-item {
    background: #f5f5f5;
}

.instant-search-item a {
    overflow: hidden;
    padding: 10px 30px;
    display: table;
    width: 100%;
}

.instant-search-item .img-block {
    position: relative;
    display: table-cell;
    overflow: hidden;
    width: 70px;
    height: 70px;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(44, 44, 44, 0.10);
}

    .instant-search-item .img-block img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        display: block;
    }

.instant-search-item .detail {
    display: table-cell;
    vertical-align: middle;
}

    .instant-search-item .detail .title {
        margin-bottom: 10px;
        font-size: 15px;
        color: #2c2c2c;
    }

    .instant-search-item .detail .sku {
        font-size: 12px;
        margin: 0 0 5px;
    }

    .instant-search-item .detail .price {
        font-size: 13px;
        color: #f3cc2e;
    }

@media (min-width: 481px) {
    .instant-search-item .detail {
        text-align: left;
        padding: 0 0 0 12px;
    }
}

.loading-search {
    position: absolute;
    right: 20px;
    width: 20px;
    top: 25px;
    bottom: 0;
    display: none;
}

/*Magnific Popup*/

.mfp-download-img {
    position: absolute;
    height: 45px;
    font-size: 15px;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    line-height: 3;
    text-shadow: 1px 1px #000;
    letter-spacing: .8px !important;
    word-spacing: 3px;
}

    .mfp-download-img span::before {
        content: "A";
        font-family: "venture-font";
        margin-right: 6px;
    }
.account-page.order-list-page .order-item .title strong {
    text-transform: none;
}
.account-page.order-list-page .order-item .title strong {
    margin-right: 50px;
}
.specificationFilterPanel7Spikes .filtersGroupPanel {
    padding: 10px 0;
}
.product-item .gc-ribbon-position.top-right {
    top: auto;
    bottom: 51px;
    right: 5px;
    display: inline-block;
    position: absolute;
}
.product-item .img-picture, .item-box .picture {
    position: relative;
}
@media(max-width:575){
    .gc-product-ribbon label {
        font-size: 12px;
    }
}
.product-left-right-side {
    display: flex;
}
.product-right-side {
    flex-grow: 1;
    text-align: right;
}
.overview .short-description, .variant-overview .variant-description {
    margin: 10px 0;
}
.text-center {
    text-align: center;
}
@media only screen and (max-width: 600px) {
       .product-left-right-side {
    display: block;
}
.product-right-side {
    text-align: center;
}
    }
    }