.dipl_woo_products .woocommerce .product .out-of-stock{
    color: red;
    font-size: .92em;
    text-align: center;
}
.dipl_woo_products .woocommerce ul.products li.last {
    clear: unset !important;
}
.dipl_woo_products .woocommerce .products li.product {
    margin-right: 0px;
}
.dipl_single_woo_product_quickview_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 7;
}
.dipl_woo_products .dipl_woo_products_ordering .orderby{
    font-size: 14px;
}
.et_shop_image:hover .dipl_single_woo_product_quickview_wrapper {
    z-index: 4;
}
.dipl_single_woo_product_quickview {
    width: 100%;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    text-align: center;
    border: none;
    cursor: pointer;
}
.dipl_woo_products .dipldefault.add-to-cart-on-hover li.product,
.dipl_woo_products .layout1.add-to-cart-on-hover li.product {
    overflow: hidden;
}
.dipl_woo_products .dipldefault.add-to-cart-on-hover li.product:hover .dipl-woo-products-add-to-cart-link,
.dipl_woo_products .layout1.add-to-cart-on-hover li.product:hover .dipl-woo-products-add-to-cart-link {
    visibility: visible;
    opacity: 1;
}
.dipl_woo_products .dipldefault.add-to-cart-on-hover .dipl-woo-products-add-to-cart-link,
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl-woo-products-add-to-cart-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
    margin-top: 10px;
}
.dipl-woo-products-add-to-cart-link a {
    margin: 0px !important;
}
.dipl_woo_products .layout1 .dipl-woo-products-link-wrap {
    transition: all .3s cubic-bezier(.39, .58, .57, 1);
}
.dipl_woo_products .dipldefault .dipl-woo-products-link-wrap {
    transition: all .3s cubic-bezier(.39, .58, .57, 1);
}
.dipl_woo_products .hide-pagination-prev-next .woocommerce-pagination a.next,
.dipl_woo_products .hide-pagination-prev-next .woocommerce-pagination a.prev{
    display: none;
}
.dipl_woo_products .dipl-woo-products-ratings-wrap{
    display: flex;
    flex-wrap: wrap;
}
.dipl_woo_products .woocommerce .woocommerce-ordering, 
.dipl_woo_products .woocommerce-ordering {
    float: unset;
}
.dipl_woo_products .dipl_product_lightbox_loader {
    position: relative;
}
.dipl_woo_products .dipl_product_lightbox_loader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
}
.dipl_woo_products .dipl_product_lightbox_loader:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    content: "\e02d";
    font-family: ETMODULES;
    font-size: 36px;
    color: #000;
    transform: translate(-50%, -50%);
    animation: dipl_rotator 2s linear infinite;
}
@keyframes dipl_rotator {
    from {
        transform: translate(-50%, -50%) rotate(0);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.dipl_product_lightbox .mfp-inline-holder .mfp-content{
    background: #fff;
}
.dipl_product_lightbox div.product div.summary {
    width: 52%;
    padding: 30px;
    margin-bottom: 0px !important;
}
.dipl_single_woo_product_info_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.dipl_single_woo_product_info_wrapper .dipl-woo-products-add-to-cart {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.dipl_single_woo_product_content{
    overflow-wrap: anywhere;
}
.woocommerce.editor .dipl_single_woo_product_quickview,
.woocommerce.editor .page-numbers {
    pointer-events: none !important;
}
.dipl_product_filterable_categories_wrappper {
    margin-bottom: 35px;
}
.dipl_product_filterable_categories_wrappper .dipl_product_filterable_categories {
    list-style: none;
    padding: 0;
    text-align: center;
}
.dipl_product_filterable_categories li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
    line-height: normal;
    transition: all 300ms ease;
    cursor: pointer;
}
.dipl_product_filterable_categories .dipl_product_active_category {
    cursor: default;
}
.dipl_woo_products .layout1 .dipl_single_woo_product_add_to_cart {
    position: relative;
    margin-top: auto;
}
.dipl_woo_products_layout.layout2 .dipl_single_woo_product_content {
    text-align: center;
}
.dipl_woo_products_layout.layout2 .dipl-woo-products-ratings-wrap {
    justify-content: center;
}
.dipl_woo_products_layout .dipl_single_woo_product_thumbnail_wrapper {
    position: relative;
    overflow: hidden;
}
.woocommerce ul.products li.product .dipl_single_woo_product_thumbnail a img {
    margin-bottom: 0px !important;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_quickview .et-pb-icon {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    margin-left: 5px;
}
.dipl-masonry-layout .dipl_woo_products_layout {
    position: relative;
}
.layout1 .dipl_single_woo_product, 
.layout2 .dipl_single_woo_product {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.layout1 .dipl_single_woo_product_content, 
.layout2 .dipl_single_woo_product_content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.dipl_single_woo_product_content {
    margin-top: 9px;
}
.layout1 .dipl_single_woo_product_price, 
.layout2 .dipl_single_woo_product_price {
    margin-bottom: 1em;
}
.layout2 .woocommerce-loop-product__title {
    margin-bottom: 10px !important;
}
.dipl_product_lightbox .product .single_add_to_cart_button:not(.loading):after{
    line-height: unset !important;
}
.et-db #et-boc .et-fb-modules-list li.dipl_woo_products::before,
.et-db #et-boc .et-l .et-fb-modules-list li.dipl_woo_products::before,
.et-db #et-boc .et_fb_saved_layouts_list li.dipl_woo_products::before {
    font-family: dashicons;
    content: "\F180";
}
.et-db #et-boc .et-fb-modules-list li.dipl_woo_products .et_module_title,
.et-db #et-boc .et-l .et-fb-modules-list li.dipl_woo_products .et_module_title,
.et-db #et-boc .et_fb_saved_layouts_list li.dipl_woo_products .et_module_title {
    white-space: normal;
}
.dipl_woo_products_layout {
    display: table;
    width: 100%;
}
.dipl_woo_products .dipl_sorting_orderby {
    font-size: 14px;
    line-height: 1.2;
}
.dipl_woo_products_isotope_item {
    float: left;
}
.dipl_single_woo_product {
    position: relative;
    overflow: hidden;
}
.et_pb_with_border .dipl_single_woo_product,
.et_pb_with_border .products .dipl_single_woo_product_add_to_cart a.add_to_cart_button,
.et_pb_with_border .products .dipl_single_woo_product_add_to_cart a.added_to_cart,
.et_pb_with_border .products .dipl_single_woo_product_add_to_cart a.button,
.et_pb_with_border .dipl_single_woo_product_sale_badge {
    border-width: 0;
    border-style: solid;
    border-color: #333;
}
.dipl_single_woo_product_thumbnail_wrapper {
    position: relative;
    overflow: hidden;
}
.dipl_woo_products_layout .dipl_single_woo_product_sale_badge, 
.woocommerce .dipl_woo_products_layout span.onsale {
    position: absolute;
    top: 10px;
    left: 10px; 
    z-index: 2;
    background: #000 !important;
    padding: 5px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    color: #fff;
    border-radius: 0px !important;
}
.dipl_out_of_stock_product .dipl_single_woo_product_thumbnail_wrapper,
.dipl_out_of_stock_product .dipl_single_woo_product_content {
    opacity: 0.5;
}
.dipl_out_of_stock_wrapper {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_out_of_stock_label {
    font-size: 14px;
    line-height: 1.2;
    color: #f00;
}
.dipl_single_woo_product_thumbnail {
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_thumbnail a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.dipl_single_woo_product_thumbnail img {
    width: 100%;
    transform: scale(1);
    transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
    border-style: solid;
}
.dipl_woo_products_layout.layout1 .dipl_single_woo_product_title {
    padding: 0;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_woo_products_layout.layout1 .dipl-woo-products-ratings-wrap {
    justify-content: center;
}
.dipl_single_woo_product_star_rating, .dipl_product_lightbox.woocommerce .woocommerce-product-rating {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 10px;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_star_rating .star-rating,
.woocommerce .dipl_single_woo_product_star_rating .star-rating,
.woocommerce-page .dipl_single_woo_product_star_rating .star-rating, 
.dipl_product_lightbox .woocommerce-product-rating .star-rating,
.woocommerce.dipl_product_lightbox .woocommerce-product-rating .star-rating {
    position: relative;
    width: auto;
    height: auto;
    float: none;
    font-size: 16px;
    line-height: 1;
    font-family: star;
    overflow: hidden;
}
.dipl_single_woo_product_star_rating .star-rating:before,
.woocommerce .dipl_single_woo_product_star_rating .star-rating:before,
.woocommerce-page .dipl_single_woo_product_star_rating .star-rating:before, 
.dipl_product_lightbox .woocommerce-product-rating .star-rating:before,
.woocommerce.dipl_product_lightbox .woocommerce-product-rating .star-rating:before {
    position: relative;
    float: none;
    color: #ccc;
    content: "\73\73\73\73\73" !important;
}
.woocommerce .dipl_single_woo_product_star_rating .star-rating span, 
.dipl_product_lightbox .woocommerce-product-rating .star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    overflow: hidden;
    padding-top: 3em;
    text-indent: -999999px;
}
.dipl_single_woo_product_star_rating .star-rating span:before, 
.woocommerce-product-rating .star-rating span:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffca00;
    text-indent: 0;
    content: "\53\53\53\53\53";
}
.dipl_single_woo_product_info_wrapper {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, 100%);
    grid-column-gap: 15px;
    align-items: center;
    margin-top: 10px;
}
.dipl_woo_products_layout .dipl_single_woo_product_price {
    margin-top: 10px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_add_to_cart {
    position: relative;
}
.dipl_single_woo_product_add_to_cart_on_hover {
    overflow: hidden;
}
.dipl_single_woo_product:hover .dipl_single_woo_product_add_to_cart_on_hover {
    overflow: visible;
}
.dipl_single_woo_product .add_to_cart_inline {
    margin-top: 10px;
    transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_product_lightbox .dipl_single_woo_product_price,
.dipl_product_lightbox .dipl_single_woo_product_title {
    text-align: left;
}
.dipl_product_lightbox .dipl_single_woo_product_desc {
    margin-top: 10px;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.add_to_cart_button,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.added_to_cart,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border: 0 solid #333;
    border-radius: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    line-height: 1.2 !important;
    color: #fff;
}
.dipl_product_lightbox.woocommerce .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:hover,
.dipl_product_lightbox.woocommerce .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:hover,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.add_to_cart_button:hover,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.added_to_cart:hover,
.dipl_woo_products .dipl_woo_products_layout .dipl_single_woo_product_add_to_cart a.button:hover {
    border: 0 solid #333;
    padding: 10px;
    color: #fff;
    letter-spacing: normal;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart {
    display: inline-flex;
    width: auto;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:after, 
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:before, 
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:after, 
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:before, 
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:after, 
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:before, 
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:after, 
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:before,
.dipl_woo_products .woocommerce ul.products.dipl_woo_products_layout li.product .dipl-woo-products-add-to-cart:after, 
.dipl_woo_products .woocommerce ul.products.dipl_woo_products_layout li.product .dipl-woo-products-add-to-cart:before {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: inherit;
    line-height: 1;
    color: inherit;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart.icon-left:not(.loading):after,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.icon-left:not(.loading):after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button.icon-left:not(.loading):after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button.icon-left:not(.loading):after {
    display: none !important;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:before,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:before, 
.dipl_woo_products .woocommerce ul.products li.product .dipl-woo-products-add-to-cart:before {
    margin-left: 0 !important;
    margin-right: -1em;
    padding-right: 5px;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:hover:before,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:hover:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:hover:before,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:hover:before {
    margin-right: 0 !important;
    opacity: 1;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:not(.loading):after,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button:not(.loading):after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.add_to_cart_button:not(.loading):after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button:not(.loading):after {
    padding-left: 5px;
}
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.added {
    display: none;
}
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.added,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.added:after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.loading,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.loading:after {
    opacity: 1;
}
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.added:after,
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.loading:after {
    margin-left: 10px;
}
.dipl_woo_products .dipl_single_woo_product_add_to_cart a.loading:after {
    font-family: WooCommerce !important;
}
.dipl_woo_products_pagination_wrapper {
    position: relative;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.dipl_woo_products_pagination_wrapper .dipl_woo_products_pagination, 
.dipl_woo_products .woocommerce nav.woocommerce-pagination ul {
    list-style: none;
    padding: 0;
    line-height: normal;
    border: none;
}
.dipl_woo_products_pagination li, 
.dipl_woo_products .woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    margin-right: 10px;
    border: none;
}
.dipl_woo_products_pagination li:last-child {
    margin-right: 0;
}
.dipl_woo_products_pagination li a, 
.dipl_woo_products .woocommerce nav.woocommerce-pagination ul li a, 
.dipl_woo_products .woocommerce nav.woocommerce-pagination ul li span.current{
    display: block;
    padding: 4px 10px;
    font-size: 16px;
    line-height: 1.5;
}
.dipl_woo_products_pagination li.active a {
    cursor: default;
}
.dipl_woo_products_pagination li.disabled {
    display: none;
    opacity: 0.2;
}
.dipl_woo_products_pagination li.disabled a {
    cursor: default;
}
.dipl_single_woo_product_quickview_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_quickview_wrapper a {
    display: block;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    text-align: center;
}
.dipl_product_lightbox .mfp-content > .product {
    display: flex;
    flex-wrap: wrap;
}
.dipl_product_lightbox .dipl_product_lightbox_content_wrapper .product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dipl_product_lightbox_image_wrapper {
    width: 50%;
}
.dipl_product_lightbox_image_wrapper .swiper-slide {
    line-height: 0;
}
.dipl_product_lightbox_title {
    padding: 0;
    margin-bottom: 10px;
}
.dipl_product_lightbox_price {
    margin-bottom: 10px;
}
.dipl_product_lightbox .product .woocommerce-variation {
    margin-bottom: 20px;
}
.dipl_product_lightbox .product .woocommerce-variation-description,
.dipl_product_lightbox .product .woocommerce-variation-price {
    margin-bottom: 10px;
}
.dipl_product_lightbox .product .woocommerce-variation-description p {
    margin-bottom: 0 !important;
}
.dipl_product_lightbox .product .cart:not(.variations_form):not(.grouped_form),
.dipl_product_lightbox .product .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
}
.dipl_product_lightbox .product .cart:not(.variations_form):not(.grouped_form) .qty,
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .qty {
    height: 100%;
}
.dipl_product_lightbox .mfp-content {
    background: #fff;
    width: 60%;
    max-width: 100%;
}
.dipl_product_lightbox_gallery_carousel .dipl_swiper,
.dipl_product_lightbox_gallery_carousel .swiper-pagination {
    position: relative;
}
.dipl_product_lightbox_gallery_carousel .swiper-slide img {
    width: 100%;
}
.dipl_product_lightbox_gallery_carousel .swiper-pagination-bullet {
    background: 0 0;
    border-radius: 0;
    width: 80px;
    margin-right: 5px;
    margin-top: 5px;
    opacity: 0.5;
}
.dipl_product_lightbox_gallery_carousel .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.dipl_product_lightbox_gallery_carousel .swiper-pagination-bullet-active {
    opacity: 1;
}
.dipl_product_lightbox .product .variations td,
.dipl_product_lightbox .product .variations th {
    vertical-align: middle;
}
.dipl_product_lightbox div.product form.cart .group_table td:first-child {
    width: auto;
}
.dipl_product_lightbox div.product form.cart .woocommerce-grouped-product-list {
    width: 100%;
    margin: 0 0 24px;
}
.dipl_product_lightbox .product_meta > span {
    display: block;
}
.dipl_product_lightbox .product form .variations td,
.dipl_product_lightbox .product form .variations th {
    vertical-align: middle;
}
.dipl_product_lightbox.mfp-bg {
    background: rgba(11, 11, 11, 0.8);
}
.dipl_product_lightbox .mfp-close {
    opacity: 1;
}
.dipl_product_lightbox_loader {
    position: relative;
}
.dipl_product_lightbox_loader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
}
.dipl_product_lightbox_loader:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    content: "\e02d";
    font-family: ETMODULES;
    font-size: 36px;
    color: #000;
    transform: translate(-50%, -50%);
    animation: dcp_rotator 2s linear infinite;
}
.dipl_woo_products .woocommerce-message {
    margin: 0 0 20px;
    background: #000;
}
.dipl_woo_products .woocommerce-message a,
.dipl_woo_products .woocommerce-message a:hover {
    background: 0 0 !important;
    color: #fff !important;
}
@media screen and (max-width: 980px) {
    .dipl_woo_products .dipl_single_woo_product .add_to_cart_inline,
    .dipl_woo_products .dipl_single_woo_product:hover .add_to_cart_inline,
    .dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_price,
    .dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_thumbnail,
    .dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_star_rating,
    .dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_quickview_wrapper,
    .dipl_woo_products .dipl_single_woo_product:hover .dipl_single_woo_product_title {
        transform: translateY(0) !important;
    }
}
@media screen and (max-width: 767px) {
    .dipl_product_lightbox .mfp-content > .product {
        flex-direction: column;
    }
}
.dipl_product_lightbox_content_wrapper,
.dipl_product_lightbox_image_wrapper {
    width: 100%;
}
.dipl_product_lightbox_content_wrapper {
    padding: 20px;
}
.dipl_product_lightbox_gallery_carousel .swiper-pagination-bullet {
    width: 50px;
}
.products.dipl_woo_products_layout, 
.woocommerce ul.products.dipl_woo_products_layout {
    margin-bottom: 0px;
}
.dipl_wishlist_enabled .dipldefault .dipl_single_woo_product .dipl_wishlist_button_wrapper,
.dipl_wishlist_enabled .layout1 .dipl_single_woo_product .dipl_wishlist_button_wrapper, 
.dipl_wishlist_enabled .layout2 .dipl_single_woo_product .dipl_wishlist_button_wrapper {
    margin: 0px !important;
}
.mfp-wrap .mfp-close:active{
    top: 0px !important;
}
.dipl_woo_products .woocommerce .products:before,
.dipl_woo_products .woocommerce .products:after{
    display: none;
}
.dipl_single_woo_product_quickview_wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.et_shop_image:hover .dipl_single_woo_product_quickview_wrapper{
    z-index: 4;
}
.dipl_single_woo_product_thumbnail{
    overflow: hidden;
}
.dipl_single_woo_product_quickview{
    width: 100%;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    text-align: center;
    border: none;
    cursor: pointer;
}
.dipl_woo_products .layout1.add-to-cart-on-hover li.product{
    overflow: hidden;
}
.dipl_woo_products .layout1.add-to-cart-on-hover li.product:hover .dipl-woo-products-add-to-cart-link{
    visibility: visible;
    opacity: 1;
}
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl-woo-products-add-to-cart-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    visibility: hidden;
    opacity: 0;
    transform: translateY(0);
    transition: all .3s cubic-bezier(.39, .58, .57, 1);
    margin-top: 10px;
    text-align:  center;
}
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_title, 
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_price, 
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl-woo-products-ratings-wrap, 
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_thumbnail, 
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_star_rating, 
.dipl_woo_products .layout1.add-to-cart-on-hover .dipl_single_woo_product_quickview_wrapper{
    transition: all .3s cubic-bezier(.39, .58, .57, 1);
}
.dipl_woo_products .woocommerce .woocommerce-ordering, 
.dipl_woo_products .woocommerce-ordering{
    float: unset;
}
.dipl_woo_products .dipl_product_lightbox_loader{
    position: relative;
}
.dipl_woo_products .dipl_product_lightbox_loader:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
}
.dipl_woo_products .dipl_product_lightbox_loader:after{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    content: "\e02d";
    font-family: ETMODULES;
    font-size: 36px;
    color: #000;
    transform: translate(-50%, -50%);
    animation: dipl_rotator 2s linear infinite;
}
.dipl_product_lightbox div.product div.summary{
    width: 52%;
    padding: 30px;
    margin-bottom: 0px !important;
}
.dipl_single_woo_product_info_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.dipl_single_woo_product_info_wrapper .dipl-woo-products-add-to-cart{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.woocommerce.editor .dipl_single_woo_product_quickview,
.woocommerce.editor .page-numbers{
    pointer-events: none !important;
}
.dipl_product_filterable_categories_wrappper{
    margin-bottom: 35px;
}
.dipl_product_filterable_categories_wrappper .dipl_product_filterable_categories{
    list-style: none;
    padding: 0;
    text-align: center;
}
.dipl_product_filterable_categories li{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
    line-height: normal;
    transition: all 300ms ease;
    cursor: pointer;
}
.dipl_product_filterable_categories .dipl_product_active_category{
    cursor: default;
}
.dipl_woo_products .layout1 .dipl_single_woo_product_add_to_cart{
    position: relative;
    margin-top: auto;
}
.dipl_woo_products_layout.layout2 .dipl_single_woo_product_content{
    text-align: center;
}
.dipl_woo_products_layout.layout2 .dipl-woo-products-ratings-wrap{
    justify-content: center;
}
.dipl_woo_products_layout .dipl_single_woo_product_thumbnail_wrapper{
    position: relative;
    overflow: hidden;
}
.woocommerce ul.products li.product .dipl_single_woo_product_thumbnail a img{
    margin-bottom: 0px !important;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dipl_single_woo_product_quickview .et-pb-icon{
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    margin-left: 5px;
}
.dipl-masonry-layout .dipl_woo_products_layout{
    position: relative;
}
.layout1 .dipl_single_woo_product, 
.layout2 .dipl_single_woo_product{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.layout1 .dipl_single_woo_product_content, 
.layout2 .dipl_single_woo_product_content{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.dipl_single_woo_product_content{
    margin-top: 9px;
}
.layout1 .dipl_single_woo_product_price, 
.layout2 .dipl_single_woo_product_price{
    margin-bottom: 1em;
}
.layout2 .woocommerce-loop-product__title{
    margin-bottom: 10px !important;
}
.dipl_single_woo_product_quickview:after{
    margin-left: 5px;
}
.dipl_product_lightbox .product .dipl_product_lightbox_content_wrapper .single_add_to_cart_button {
    font-family: inherit;
}
.dipl_product_lightbox.woocommerce span.onsale {
    border-style: solid;
}
.dipl_single_woo_product_thumbnail:hover .et_overlay {
    z-index: 3;
    opacity: 1;
}
.dipl_product_lightbox .woocommerce .button.single_add_to_cart_button:hover{

}