
.item-box a{
    border: 1px solid #ededed;
    border-radius: 4px !important;
}
.item-box {
    width: 100%;
    margin-right: 0px;
    height: 23rem;
}
.item-box {
    padding: 10px;
}
.item-grid:after {
    content: "";
    display: block;
    clear: both;
}
.price.old-price-empty {
    height: 15px;
}
.product-grid .swiper-container-initialized {
}

.notavailable + a {
    display: none !important;
}

.carouselHomepageDeals {
    background-color: #fff;
    padding: 15px 0;
    width: 100%;
}

.swiper-slide {
    padding: 0 5px;
}

.manufacture-item-box {
}
.item-box:hover {
    box-shadow: 0 5px 5px #efefef;
    border-radius: 3px;
}

@media (min-width: 46.875em) and (min-width: 75em) {
    .item-box {
        width: calc(20% - 9.6px) !important;
    }
}

@media (min-width: 46.875em) and (min-width: 61.25em) {
    .item-box {
        width: calc(25% - 9px) !important;
    }
}

@media (min-width: 46.875em) and (min-width: 32em) {
    .item-box {
        width: 200px !important;
    }
}

@media (min-width: 46.875em) {
    .item-box {
        width: 150px !important;
        margin-right: 12px;
    }
}

@media (min-width: 75em) {
    .item-box {
        width: calc(20% - 4.8px) !important;
    }
}

@media (min-width: 61.25em) {
    .item-box {
        width: calc(25% - 4.5px) !important;
    }
}

@media (min-width: 32em) {
    .item-box {
        width: 200px !important;
    }
}

    .item-box .picture {
        background-color: #fff;
        text-align: center;
        z-index: 8;
        max-height: 9.5rem;
        min-height: 9.5rem;
        margin-top: 1rem;
        height: 100vh;
    }

        .item-box .picture a {
            position: relative;
            text-align: center;
            height: 100%;
            width: auto;
            display: block;
        }

            .item-box .picture a:before {
                display: block;
                padding-top: 100%;
            }

            .item-box .picture a img {
                position: relative;
                margin: 0 auto;
                display: block;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                -webkit-transform: translateZ(0) scale(1.0, 1.0);
            }

    .item-box:hover .picture a img {
        opacity: 0.85;
    }

    .item-box .details {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    }

    .item-box .product-title {
    display: -webkit-box;
    height: 5.4rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.6rem;
    }

        .item-box .product-title a {
            line-height: 1.4rem;
            color: #37474F;
            font-size: 1rem;
            font-weight: 400;
            display: block !important;
            width: 100%;
            white-space: normal;
        }

            .item-box .product-title a:hover {
                color: #248ece;
            }

    .item-box .product-rating-box {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
    }

    .item-box .rating {
        background: url('../images/rating1.png') repeat-x;
        width: 95px;
        height: 14px;
        margin: 0 auto;
    }

        .item-box .rating div {
            background: url('../images/rating2.png') repeat-x;
            height: 14px;
        }
.details.product-title strong {
    font-size: 0.8rem !important;
    font-weight: 400;
}
.details.product-title{
    text-align:right;
    color: #444;
    display: flex;
    flex-direction: column;
    min-height: 7rem;
}
    .item-box .description {
        font-size: 0.8rem;
        color: #464a4c;
        text-align: right;
        font-weight: 300;
    }

        .item-box .description a {
            display: block;
            overflow: hidden;
        }

    .item-box .prices {
        overflow: hidden;
        display: block;
        margin-bottom: 10px;
        text-align: center;
        padding: 5px;
    }

    .item-box .actual-price {
        font-size: 1.1rem;
        font-weight: 700;
        margin: 0 0 5px;
        color: #f0ad4e !important;
        line-height: 1.2rem;
        display: inline-block;
        vertical-align: middle;
    }

    .item-box .tax-shipping-info a {
        color: #4ab2f1;
    }

        .item-box .tax-shipping-info a:hover {
            text-decoration: underline;
        }

    .item-box .buttons {
        margin: 0;
        font-size: 0;
        width: 100%;
    }

    .item-box input[type="button"] {
        display: inline-block;
        height: 40px;
        border: none;
        vertical-align: middle;
        transition: 300ms all;
    }

    .item-box .product-box-add-to-cart-button {
        background-color: #26C6DA;
        text-align: center;
        font-size: 1.5rem;
        color: #fff !important;
        transition: 200ms all;
        box-shadow: 0 0 2px #f1f1f1;
        font-weight: 400;
        line-height: 20px;
        border: none;
        border-radius: 3px;
        width: 100%;
        display: block;
        position: relative;
        padding: 16px 0;
    }

        .item-box .product-box-add-to-cart-button:hover {
            background-color: #1eb5c7;
            box-shadow: 0 10px 16px #ededed;
            transition: 250ms all;
        }

    .item-box .add-to-compare-list-button,
    .item-box .add-to-wishlist-button {
        width: 20%;
        border-right: 1px solid #fff !important;
        background-color: #eaeaea;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 0;
    }

        .item-box .add-to-compare-list-button:hover,
        .item-box .add-to-wishlist-button:hover {
            background-color: #ddd;
        }

.product-grid {
    margin: 0 0 20px;
}

    .product-grid.cross-sells .title {
        text-align: right;
        margin: 15px 5px 30px;
    }

    .product-grid .title strong {
        font-weight: normal;
        font-size: 1rem;
    }

@media all and (max-width:768px) {
    .notavailable, .notifywhenavailable {
        font-size: 0.7rem;
    }

    .item-box .product-box-add-to-cart-button {
        font-size: 1rem;
        padding: 10px 0;
    }

    h2.product-title a {
        font-size: 0.8rem !important;
    }

    h2.product-title {
        height: 45px !important;
    }
}

@media all and (min-width: 769px) {

    .item-box .product-item:after {
        content: "";
        display: block;
        clear: both;
    }

    .item-box:hover .picture a img {
        opacity: 1;
    }

    .item-box .picture:hover a img {
        opacity: 0.85;
    }

    .item-box .add-to-compare-list-button,
    .item-box .add-to-wishlist-button {
        width: 42px;
    }
}

.product-grid {
    overflow: hidden;
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 100%;
    padding-bottom: 10px;
}

.item-grid {
    overflow: auto;
    height: 360px;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    z-index: 9;
    width: 100%;
    overflow-y: hidden;
    padding-top: 10px;
}

    .item-grid .item-box {
        display: inline-block;
        float: none;
        height: 100%;
    }

    .item-grid .product-item {
        height: 100%;
    }

.product-rating-box {
    opacity: 0;
    transition: 200ms opacity;
}

.product-item .picture:hover .product-rating-box {
    opacity: 1;
}

.add-info .prices .old-price {
    text-decoration: line-through !important;
    border-radius: 3px 0 0 3px;
}

.add-info .prices .actual-price {
    background-color: #74d600;
    color: white;
    font-weight: 700;
    border-radius: 0 3px 3px 0;
}

.item-box .picture a > img {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.price.old-price {
    color: #BDBDBD;
    line-height: 1rem;
    border-radius: 10px 10px 0 10px;
    font-size: 0.8rem;
    margin-left: 5px;
    display: inline-block;
    text-decoration: line-through;
}

.item-box .add-info {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 4rem;
}

.price.old-price:hover {
    text-decoration: line-through !important;
}

.grid-title {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    width: 100%;
    height: 50px;
    text-align: right;
    position: relative;
}

    .grid-title strong {
        font-weight: 500;
        font-size: 1.2rem;
        bottom: 2px;
        line-height: 50px;
        padding: 0 15px;
        width: 100%;
        position: absolute;
        right: 0;
        color: #757575;
        top: 0;
        display: block;
        border-top-right-radius: 2px;
        z-index: 9999999;
        height: 100%;
    }

.associated-purchased-products-grid.product-grid .product-item .picture img {
    max-height: 100px;
    width: auto !important;
}

.associated-purchased-products-grid.product-grid .title {
    margin-bottom: 10px;
}
.shopAll {
    font-size: 0.8rem;
    float:left;
    margin-right: 10px;
}