.products .products-grid, .custom-slider {
    position: relative;
    padding: 0 0 20px;
    /* background-color: red; */
}


.products {
    margin: 5px 0 30px;
}






.column.main .product-items {
    margin-left: 0;
}
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 0;
}
.products {
    margin: 5px 0 30px;
}
.items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items, .product-items, .prices-tier, .search-terms, .cart-summary .checkout-methods-items, .opc-wrapper .opc, .opc-progress-bar, .checkout-agreements-items, .order-details-items .items-qty, .footer.content ul, .block-banners .banner-items, .block-banners-inline .banner-items, .block-event .slider-panel .slider {
    margin: 0;
    padding: 0;
    list-style: none none;
}




.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}



.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    user-select: none;
}




.products-grid #works .product-item {
    margin: 0!important;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,.1);
    border: 1px solid #eee;
    min-height: 455px;
}

.products-grid #works .item {
    padding: 0 5px;
}
.owl-carousel .owl-item .product-item {
    width: 100% !important;
}
.column.main .product-item {
    padding-left: 0;
}
@media (min-width: 640px) {
.products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
}}
.products-grid .product-item {
    display: inline-block;
    width: 50%;
}

.product-item {
    vertical-align: top;
}





.cms-page-view .product-item-info, .cms-index-index .product-item-info {
    width: auto;
    text-align: center;
}

.product-item-info {
    max-width: 100%;
    width: 100%;
}
.product-item-info a {
    /* color: var(--link-font-color); */
    color: #000103;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}


.product-image-container {
    display: block;
    max-width: 100%;
}




#works .product-image-wrapper, .page-products .products-grid .product-item .product-image-wrapper, .wishlist-index-index .products-grid .product-item .product-image-wrapper {
    height: auto !important;
    padding-bottom: 0 !important;
    min-height: 295px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}

.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}



#works .product-image-photo, .page-products .products-grid .product-item .product-image-photo, .wishlist-index-index .products-grid .product-item .product-image-photo {
    position: static;
    max-width: 100%;
    max-height: 295px;
    width: auto !important;
    margin: 0 auto;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    transform-style: preserve-3d;
}

.product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
img {
    max-width: 100%;
}



.product-item-details {
    position: relative;
}



.product-item-details .product-item-name {
    padding-right: 50px;
    text-align: left;
}


.custom-product-info {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.custom-tag-price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}
.custom-tag-price strong {
    font-weight: 400;
    color: #000103;
}

.custom-tag-price span {
    color: red;
    font-weight: 700;
}

.product-item .price-box .price {
    font-weight: 700;
    white-space: nowrap;
}

.custom-tag-price span.price {
    color: #000103;
    font-weight: 400;
}
.custom-tag-price span {
    color: red;
    font-weight: 700;
}






